]> git.koha-community.org Git - koha.git/commit
Bug 25508: Add Unit Tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 6 Apr 2021 07:48:38 +0000 (08:48 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 22 Apr 2021 13:31:28 +0000 (15:31 +0200)
commit8637c8ecbd9ec5eaed6854b55c803d5689d22868
tree2bf2c485ba2497ac4f4ab1243e037e3c1a18fea6
parent8ec6d2e433f1867886a3232ffa8c45c8f6c27124
Bug 25508: Add Unit Tests

Enhance the unit tests to check for the return values of
Koha::Account->pay.

Test plan
1/ Apply just this patch
2/ Run t/db_dependent/Koha/Account.t and watch it fail
3/ Apply the rest of the patch series
4/ Run t/db_dependent/Koha/Account.t and watch it pass
5/ Signoff

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 66ad8f77278e7ceb18bc5e027a470fd621e5f9b2)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
t/db_dependent/Koha/Account.t