View | Details | Raw Unified | Return to bug 19985
Collapse All | Expand All

(-)a/t/db_dependent/TestBuilder.t (-1 / +1 lines)
Lines 34-39 our $schema = Koha::Database->new->schema; Link Here
34
$schema->storage->txn_begin;
34
$schema->storage->txn_begin;
35
our $builder;
35
our $builder;
36
36
37
$schema->resultset('DefaultCircRule')->delete; # Is a singleton table
37
38
38
subtest 'Start with some trivial tests' => sub {
39
subtest 'Start with some trivial tests' => sub {
39
    plan tests => 7;
40
    plan tests => 7;
40
- 

Return to bug 19985