https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18086
--- Comment #36 from Victor Grousset/tuxayo <[email protected]> --- Comment on attachment 168814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168814 Bug 18086: Add categories to the db in tests Review of attachment 168814: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18086&attachment=168814) ----------------------------------------------------------------- ::: t/db_dependent/Overdues.t @@ +92,5 @@ > + $samplecat2->{bulk}, $samplecat2->{enrolmentfee}, > + $samplecat2->{overduenoticerequired}, $samplecat2->{issuelimit}, > + $samplecat2->{reservefee}, $samplecat2->{hidelostitems}, > + $samplecat2->{category_type} > +); This is a case were it's sure it's needed to use TestBuilder instead: https://wiki.koha-community.org/wiki/Unit_Tests#Using_TestBuilder -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
