Bug 35248: Add unit test for Koha::Item->bookings relation
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 16 Jan 2024 11:31:41 +0000 (11:31 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 15 Mar 2024 08:38:43 +0000 (09:38 +0100)
commit6fdc3fdba2efde5d5c1c07b775892a799420c316
tree1a387a560bc1258b0990c8363dd88522c71abeb3
parent2b1469a8c68d596e1451262e3f8566f9b510c7de
Bug 35248: Add unit test for Koha::Item->bookings relation

This patch adds a simple unit test for the 'bookings' relation accessor
added to Koha::Item.

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>
t/db_dependent/Koha/Item.t