From: Martin Renvoize Date: Mon, 8 Jul 2019 11:16:25 +0000 (+0100) Subject: Bug 23230: (RM follow-up) Add rollback to plugin test X-Git-Tag: v19.11.00~1110 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=22c99262ec5512cf7d2658e6f98f8bf64df57d12 Bug 23230: (RM follow-up) Add rollback to plugin test Signed-off-by: Martin Renvoize --- diff --git a/t/db_dependent/Plugins.t b/t/db_dependent/Plugins.t index a667434..d5f78f9 100755 --- a/t/db_dependent/Plugins.t +++ b/t/db_dependent/Plugins.t @@ -342,3 +342,4 @@ subtest 'new() tests' => sub { }; $schema->storage->txn_rollback; +Koha::Plugins::Methods->delete;