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

(-)a/t/db_dependent/FrameworkPlugin.t (-1 / +3 lines)
Lines 18-23 use Koha::Util::FrameworkPlugin qw( biblio_008 ); Link Here
18
our @includes;
18
our @includes;
19
GetOptions( 'include=s{,}' => \@includes ); #not used by default !
19
GetOptions( 'include=s{,}' => \@includes ); #not used by default !
20
20
21
# Because of CGI::Session being buggy (see bug 17427) and a use of get_session somewhere here
22
t::lib::Mocks::mock_preference( 'SessionStorage', 'tmp' );
23
21
my $schema  = Koha::Database->new->schema;
24
my $schema  = Koha::Database->new->schema;
22
$schema->storage->txn_begin;
25
$schema->storage->txn_begin;
23
our $dbh = C4::Context->dbh;
26
our $dbh = C4::Context->dbh;
24
- 

Return to bug 36356