]> 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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Sun, 25 Apr 2021 15:31:52 +0000 (15:31 +0000)
commit052b926ed8b0d49415d6b27594be73e2264ba10f
tree7bf4bc9fcf86743917bfe79d335410b57cd03325
parentee8177efc73174ee5afe07d26725f7261cb321d5
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>
(cherry picked from commit 8637c8ecbd9ec5eaed6854b55c803d5689d22868)

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