]> git.koha-community.org Git - koha.git/commit
Bug 36535: (bug 33568 follow-up) Add missing tests
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 18 Apr 2024 11:39:43 +0000 (13:39 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 26 Apr 2024 12:14:48 +0000 (14:14 +0200)
commitf205cc59eabf688bbacd6503511aefc9d8987834
treedf18d345537a964cbf76b421b17b4d3cf9e14784
parentf08bb43222eada19d26a7d69746bb3a356fd3996
Bug 36535: (bug 33568 follow-up) Add missing tests

Bug 33568 introduced a lot of new simple accessors without providing unit tests for them.

Test plan:
All tests modified by this patch should pass

Note that one bug was found! Logic issue in lost/not lost

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Item.pm
t/db_dependent/Items.t
t/db_dependent/Koha/Biblio/ItemGroups.t
t/db_dependent/Koha/Courses.t [new file with mode: 0755]
t/db_dependent/Koha/Item.t
t/db_dependent/Koha/Items.t
t/db_dependent/api/v1/biblios.t