Bug 23091: Add tests for _RestoreOverdueForLostAndFound
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 13 Jul 2020 14:51:24 +0000 (15:51 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 6 Nov 2020 14:55:17 +0000 (15:55 +0100)
commite7d4bacfc67af5eaae7c477b2ac71753c76778ce
tree2c18cdcf194a63c41af9f7058aa54e0e76592c6f
parent7a07e111288de820e535dd35c024917d141129ad
Bug 23091: Add tests for _RestoreOverdueForLostAndFound

This patch adds unit tests for the newly introduced
_RestoreOverdueForLostAndFound method in C4::Circulation.

Test plan
1/ Read the new tests added to t/db_dependent/Circuation.t to ensure
they make sense
2/ Run the tests and verify they pass
3/ Signoff

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Circulation.pm
t/db_dependent/Circulation.t