aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2016-01-08 14:24:24 +0100
committerMáté Bartus <mate.bartus@gmail.com>2016-01-08 14:24:24 +0100
commit2f7517a0fecc1c563c0d023eac0cd3057f77e13b (patch)
tree0e8b355589ed3437975aa06a2b966861a1cabf96 /tests/test_framework/phpbb_functional_test_case.php
parenta7058d968ff2e4b4cb4b32fb3f7284bd1a539c93 (diff)
parentcf1fc202975aa055d0bb926a5dce1c3896bbd1e1 (diff)
downloadforums-2f7517a0fecc1c563c0d023eac0cd3057f77e13b.tar
forums-2f7517a0fecc1c563c0d023eac0cd3057f77e13b.tar.gz
forums-2f7517a0fecc1c563c0d023eac0cd3057f77e13b.tar.bz2
forums-2f7517a0fecc1c563c0d023eac0cd3057f77e13b.tar.xz
forums-2f7517a0fecc1c563c0d023eac0cd3057f77e13b.zip
Merge pull request #4111 from marc1706/ticket/14394
[ticket/14394] Only purge cache in functional tests if necessary
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r--tests/test_framework/phpbb_functional_test_case.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php
index d403831626..04e8f71379 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -89,7 +89,6 @@ class phpbb_functional_test_case extends phpbb_test_case
// that were added in other tests are gone
$this->lang = array();
$this->add_lang('common');
- $this->purge_cache();
$db = $this->get_db();