Bug 17047: add a dedicated page for Mana setup
[koha.git] / t / db_dependent / Koha / Subscription.t
index fadaae7..926bdc1 100644 (file)
@@ -32,6 +32,8 @@ use t::lib::TestBuilder;
 my $schema = Koha::Database->new->schema;
 $schema->storage->txn_begin;
 
+my $builder     = t::lib::TestBuilder->new;
+
 use_ok('Koha::Subscription');
 
 subtest 'Koha::Subscription->biblio' => sub {