Bug 35248: Add unit tests for Koha::Item->find_booking
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 16 Jan 2024 12:47:18 +0000 (12:47 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 15 Mar 2024 08:38:44 +0000 (09:38 +0100)
commitdab5694dad54616367d0ecba365a37711e86ad2f
tree76c489130673daeb38f5f4239483f1b1c2a77d7f
parent6fdc3fdba2efde5d5c1c07b775892a799420c316
Bug 35248: Add unit tests for Koha::Item->find_booking

This patch adds basic unit tests for the Koha::Item->find_booking
method.

Test plan
1) Run t/db_dependant/Koha/Item.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Item.pm
t/db_dependent/Koha/Item.t