Lines 41-48
my $database = Koha::Database->new();
Link Here
|
41 |
my $schema = $database->schema(); |
41 |
my $schema = $database->schema(); |
42 |
$schema->storage->txn_begin(); |
42 |
$schema->storage->txn_begin(); |
43 |
$dbh->{RaiseError} = 1; |
43 |
$dbh->{RaiseError} = 1; |
44 |
my $builder = t::lib::TestBuilder->new; |
|
|
45 |
|
46 |
our $builder = t::lib::TestBuilder->new; |
44 |
our $builder = t::lib::TestBuilder->new; |
47 |
|
45 |
|
48 |
#Start tests |
46 |
#Start tests |
49 |
- |
|
|