Bug 14888: Revert "Bug 14888: (QA followup) remove unused lib/var"
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 5 Oct 2015 18:05:31 +0000 (15:05 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 5 Oct 2015 18:05:44 +0000 (15:05 -0300)
This reverts commit b36cec6cbaeb4c78dafdcd3138925a7c1d625dc4.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Koha/Cities.t

index 5c3fdea..1f90bd4 100644 (file)
@@ -21,7 +21,9 @@ use Modern::Perl;
 use Test::More tests => 4;
 use Koha::City;
 use Koha::Cities;
+use t::lib::TestBuilder;
 
+my $builder = t::lib::TestBuilder->new;
 my $nb_of_cities = Koha::Cities->search->count;
 my $new_city_1 = Koha::City->new({
     city_name => 'my_city_name_for_test_1',