Lines 41-47
use Test::Exception;
Link Here
|
41 |
use Test::Deep qw/ cmp_deeply ignore /; |
41 |
use Test::Deep qw/ cmp_deeply ignore /; |
42 |
use Test::Warn; |
42 |
use Test::Warn; |
43 |
|
43 |
|
44 |
use Test::More tests => 14; |
44 |
use Test::More tests => 15; |
45 |
|
45 |
|
46 |
my $schema = Koha::Database->new->schema; |
46 |
my $schema = Koha::Database->new->schema; |
47 |
my $builder = t::lib::TestBuilder->new; |
47 |
my $builder = t::lib::TestBuilder->new; |
48 |
- |
|
|