Lines 32-37
use t::lib::TestBuilder;
Link Here
|
32 |
my $schema = Koha::Database->new->schema; |
32 |
my $schema = Koha::Database->new->schema; |
33 |
$schema->storage->txn_begin; |
33 |
$schema->storage->txn_begin; |
34 |
|
34 |
|
|
|
35 |
my $builder = t::lib::TestBuilder->new; |
36 |
|
35 |
use_ok('Koha::Subscription'); |
37 |
use_ok('Koha::Subscription'); |
36 |
|
38 |
|
37 |
subtest 'Koha::Subscription->biblio' => sub { |
39 |
subtest 'Koha::Subscription->biblio' => sub { |
38 |
- |
|
|