From 803e209e37086029d553778561088b45c36cb4cf Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 8 Jul 2019 18:33:16 +0100 Subject: [PATCH] Bug 22709: (RM follow-up) Add rollback to plugin test Rollback for InstallPlugins Signed-off-by: Martin Renvoize --- t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t b/t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t index 32a2ce40f7..633ef043b5 100755 --- a/t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t +++ b/t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t @@ -81,4 +81,5 @@ subtest 'after_biblio_action() and after_item_action() hooks tests' => sub { 'DelBiblio calls the hook with action=delete biblio_id passed'; $schema->storage->txn_rollback; + Koha::Plugins::Methods->delete; }; -- 2.39.2