@@ -, +, @@ t/ --- t/Koha_ExternalContent_OverDrive.t | 2 -- t/Members/cardnumber.t | 1 - t/db_dependent/Sitemapper.t | 1 - t/lib/Mocks.pm | 1 - 4 files changed, 5 deletions(-) --- a/t/Koha_ExternalContent_OverDrive.t +++ a/t/Koha_ExternalContent_OverDrive.t @@ -8,8 +8,6 @@ use Test::MockModule; use Module::Load::Conditional qw( can_load check_install ); -use Koha::Schema; - BEGIN { if ( check_install( module => 'Test::DBIx::Class' ) ) { plan tests => 5; --- a/t/Members/cardnumber.t +++ a/t/Members/cardnumber.t @@ -7,7 +7,6 @@ use Test::MockModule; use t::lib::Mocks; -use Koha::Schema; use_ok('C4::Members'); BEGIN { --- a/t/db_dependent/Sitemapper.t +++ a/t/db_dependent/Sitemapper.t @@ -23,7 +23,6 @@ use File::Path; use DateTime; use Test::MockModule; use Test::More tests => 16; -use Koha::Schema; use Carp qw/croak carp/; --- a/t/lib/Mocks.pm +++ a/t/lib/Mocks.pm @@ -3,7 +3,6 @@ package t::lib::Mocks; use Modern::Perl; use C4::Context; -use Koha::Schema; use Test::MockModule; my %configs; --