Bug 10298: Followup: Adapt existing code
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 24 May 2013 11:32:24 +0000 (13:32 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 9 Aug 2013 16:35:43 +0000 (16:35 +0000)
This unit tests file does not need the t::lib::Mocks::Context module.

To test:

prove t/db_dependent/Circulation_issuingrules.t

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pl, test checks out.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
t/db_dependent/Circulation_issuingrules.t

index 4303af7..1b9f3fd 100644 (file)
@@ -2,7 +2,6 @@
 
 use Modern::Perl;
 
-use t::lib::Mocks::Context;
 use Test::More tests => 7;
 use Test::MockModule;
 use DBI;