From: Tomas Cohen Arazi Date: Tue, 2 Jul 2019 13:07:27 +0000 (-0300) Subject: Bug 22709: (follow-up) Mock enable_plugins config entry X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=31e0ec34bae4b7f8598ffce4908e2ccb3b8627e1 Bug 22709: (follow-up) Mock enable_plugins config entry Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall Signed-off-by: Josef Moravec Signed-off-by: Martin Renvoize --- diff --git a/t/db_dependent/Biblio_and_Items_plugin_hooks.t b/t/db_dependent/Biblio_and_Items_plugin_hooks.t index 2d5602a..5798724 100755 --- a/t/db_dependent/Biblio_and_Items_plugin_hooks.t +++ b/t/db_dependent/Biblio_and_Items_plugin_hooks.t @@ -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 {