@@ -, +, @@ mock_preference --- t/db_dependent/Koha/Hold.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/Koha/Hold.t +++ a/t/db_dependent/Koha/Hold.t @@ -25,6 +25,7 @@ use Test::Exception; use Test::MockModule; use t::lib::TestBuilder; +use t::lib::Mocks; use Koha::ActionLogs; use Koha::Holds; --