https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28306 --- Comment #17 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 124274 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124274&action=edit Bug 28306: Fix t/db_dependent/Koha/Objects.t It looks like a circular dependency problem where methods are not exported correctly There is at least one circular dependency here: C4::Context -> Koha::Caches -> Koha::Cache -> C4::Context (-> means "uses") The tests pass if C4::Context is loaded early, so the patch does that. Circular dependencies should be fixed ideally, but it is a little more complicated, and I don't have the time right now... -- You are receiving this mail because: You are watching all bug changes.