]> git.koha-community.org Git - koha.git/commit
Bug 29754: Unit test
authorNick Clemens <nick@bywatersolutions.com>
Wed, 22 Dec 2021 15:20:16 +0000 (15:20 +0000)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Mon, 21 Feb 2022 16:52:36 +0000 (16:52 +0000)
commit1058a16e87c0448bff9a655145e0a038491b5a2f
tree5cf0f6ed519d5ef6392d544072c1ce42af445c34
parent0b7bdda35a4641de6296664bfc9d6819345a5714
Bug 29754: Unit test

This adds a unit test to the SIP code

It also adds some spacing and dividers to make the tests for 'relationships_debt' easier to read

To test:
prove -v t/db_dependent/Koha/Patron.t - passes and is readable
prove -v t/db_dependent/SIP/Patron.t - fails

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit a38ba3b0bd88c96d5614d9e9231c358512158d68)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
t/db_dependent/Koha/Patron.t
t/db_dependent/SIP/Patron.t