From 39a9793dcbc4ba7588b6ab53d2e761297a25d48a 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 --- t/db_dependent/Biblio_and_Items_plugin_hooks.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Biblio_and_Items_plugin_hooks.t b/t/db_dependent/Biblio_and_Items_plugin_hooks.t index 2d5602ada6..57987248af 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 { -- 2.20.1 (Apple Git-117)