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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 19 Mar 2024 08:00:57 +0000 (09:00 +0100)
commita82f7399b5ded50f41b5b79736abfc496de1a769
tree34bb0adc3637726e610041ea02df67a0268f0bf7
parent743913f5c1bd573f82009e1b8aa01bcdf6bec3cf
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>
(cherry picked from commit dab5694dad54616367d0ecba365a37711e86ad2f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Item.pm
t/db_dependent/Koha/Item.t