Bug 22709: (follow-up) Mock enable_plugins config entry
[koha.git] / t / db_dependent / Biblio_and_Items_plugin_hooks.t
index 2d5602a..5798724 100755 (executable)
@@ -40,6 +40,7 @@ my $schema  = Koha::Database->new->schema;
 my $builder = t::lib::TestBuilder->new;
 
 t::lib::Mocks::mock_preference( 'UseKohaPlugins', 1 );
+t::lib::Mocks::mock_config( 'enable_plugins', 1 );
 
 subtest 'after_biblio_action() and after_item_action() hooks tests' => sub {