Bug 18851: Test::DBIx::Class is not needed in 00-load.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 5 Jul 2017 20:38:22 +0000 (17:38 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 8 Aug 2017 12:21:06 +0000 (09:21 -0300)
Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/00-load.t

index 460018c..3f517f3 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({