Bug 18292: Remove return 1 statements in tests
[koha_ffzg] / t / 00-load.t
index 460018c..d813f2c 100644 (file)
@@ -23,7 +23,6 @@ use Test::More;
 use File::Spec;
 use File::Find;
 use English qw( -no_match_vars );
-use t::lib::Mocks;
 
 =head1 DESCRIPTION
 
@@ -31,8 +30,6 @@ use t::lib::Mocks;
 
 =cut
 
-use Test::DBIx::Class;
-
 # Loop through the C4:: modules
 my $lib = File::Spec->rel2abs('C4');
 find({
@@ -109,4 +106,3 @@ sub is_testable {
 
 done_testing();
 
-1;