https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19655
--- Comment #9 from Jonathan Druart <[email protected]> --- (In reply to Chris Cormack from comment #8) > Pushed to 16.11.x will be in 16.11.15 This patch breaks tests: https://jenkins.koha-community.org/job/Koha_16.11_D8/89/ # Failed test 'No tests run for subtest "json"' # at t/db_dependent/Template/Plugin/To.t line 44. Can't locate object method "build_object" via package "t::lib::TestBuilder" at t/db_dependent/Template/Plugin/To.t line 32. # Looks like your test exited with 255 just after 1. [09:41:40] t/db_dependent/Template/Plugin/To.t The build_object method of TestBuilder has been added by bug 18182, which is not in 16.11.x You should use ->build instead. -- 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/
