From 31e0ec34bae4b7f8598ffce4908e2ccb3b8627e1 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 2 Jul 2019 10:07:27 -0300 Subject: [PATCH] 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 --- t/db_dependent/Biblio_and_Items_plugin_hooks.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 { -- 1.7.2.5