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 --- .../Plugins/Biblio_and_Items_plugin_hooks.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 32a2ce4..633ef04 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; }; -- 1.7.2.5