Bug 35248: Add unit tests for Koha::Booking relations
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 30 Jan 2024 13:53:02 +0000 (13:53 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 15 Mar 2024 08:38:47 +0000 (09:38 +0100)
commit5384aea5102c55c4891839d71c3902c7e22f3da4
treebb09dbaf163b4589df427395b23e27d4f589a800
parentb351ab12de684b212d58d055b363621899465d70
Bug 35248: Add unit tests for Koha::Booking relations

This patch adds unit tests for the relations introduced in the new
Koha::Booking class.

Test plan
1) Run t/db_dependent/Koha/Booking.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/Booking.t [new file with mode: 0755]