From 92a34f28652c02084c91fc08feb0ea86e8315e45 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Tue, 8 Apr 2014 10:00:50 +0800 Subject: [PATCH] MDL-44979 behat: no need to purge all cache again --- lib/tests/behat/behat_hooks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tests/behat/behat_hooks.php b/lib/tests/behat/behat_hooks.php index e8caf66158f..7eb913b0641 100644 --- a/lib/tests/behat/behat_hooks.php +++ b/lib/tests/behat/behat_hooks.php @@ -194,7 +194,6 @@ class behat_hooks extends behat_base { behat_util::reset_database(); behat_util::reset_dataroot(); - purge_all_caches(); accesslib_clear_all_caches(true); // Reset the nasty strings list used during the last test.