@@ -, +, @@ C4::Context -> Koha::Caches -> Koha::Cache -> C4::Context (-> means "uses") --- t/db_dependent/Koha/Objects.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/Koha/Objects.t +++ a/t/db_dependent/Koha/Objects.t @@ -24,6 +24,8 @@ use Test::Exception; use Test::MockModule; use Test::Warn; +use C4::Context; + use Koha::Authority::Types; use Koha::Cities; use Koha::Biblios; --