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

(-)a/t/db_dependent/Biblio_and_Items_plugin_hooks.t (-1 / +1 lines)
Lines 40-45 my $schema = Koha::Database->new->schema; Link Here
40
my $builder = t::lib::TestBuilder->new;
40
my $builder = t::lib::TestBuilder->new;
41
41
42
t::lib::Mocks::mock_preference( 'UseKohaPlugins', 1 );
42
t::lib::Mocks::mock_preference( 'UseKohaPlugins', 1 );
43
t::lib::Mocks::mock_config( 'enable_plugins', 1 );
43
44
44
subtest 'after_biblio_action() and after_item_action() hooks tests' => sub {
45
subtest 'after_biblio_action() and after_item_action() hooks tests' => sub {
45
46
46
- 

Return to bug 22709