https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18286
--- Comment #8 from Marcel de Rooy <[email protected]> --- Created attachment 62966 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62966&action=edit Bug 18286: [Follow-up] Remove assumption on branch count A test in db_dependent should not make assumptions on the number of branches in the database. If you need one, create one. Removing the assumption of a non-zero count. Removing the library count statement outside the subtest. Replacing C4::Context by Koha::Database. Signed-off-by: Marcel de Rooy <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
