From cf1fc202975aa055d0bb926a5dce1c3896bbd1e1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 7 Jan 2016 10:31:21 +0100 Subject: [ticket/14394] Only purge cache in functional tests if necessary PHPBB3-14394 --- tests/functional/extension_acp_test.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/functional/extension_acp_test.php') diff --git a/tests/functional/extension_acp_test.php b/tests/functional/extension_acp_test.php index 7be8957ec7..8a71a5ce04 100644 --- a/tests/functional/extension_acp_test.php +++ b/tests/functional/extension_acp_test.php @@ -41,6 +41,8 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case { parent::setUp(); + $this->purge_cache(); + $this->get_db(); // Clear the phpbb_ext table -- cgit v1.2.1