From bbe2375092c6dc24108e03067cad4c599ed04afe Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 30 Mar 2020 11:35:35 +0200 Subject: [PATCH] Bug 19475: Clear the caches at the end of the tests Signed-off-by: Jonathan Druart --- t/db_dependent/Holidays.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/Holidays.t b/t/db_dependent/Holidays.t index 036487079e..023c4a89ff 100755 --- a/t/db_dependent/Holidays.t +++ b/t/db_dependent/Holidays.t @@ -318,3 +318,6 @@ subtest 'copy_to_branch' => sub { $schema->storage->txn_rollback; }; + +# Clear cache +Koha::Caches->get_instance->flush_all; -- 2.20.1