From 52b0d9a994f4c0c77df61b2cac9cfdf32c31131a 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 --- 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.11.0