diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-01-07 10:31:21 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-07 10:46:43 +0100 |
commit | cf1fc202975aa055d0bb926a5dce1c3896bbd1e1 (patch) | |
tree | e578dc44991130826993f07a1a27f87c40649ecc /tests/test_framework/phpbb_functional_test_case.php | |
parent | e75c04f02a951b3cdc0a754fee7e58d7a8d6a4a4 (diff) | |
download | forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar.gz forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar.bz2 forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.tar.xz forums-cf1fc202975aa055d0bb926a5dce1c3896bbd1e1.zip |
[ticket/14394] Only purge cache in functional tests if necessary
PHPBB3-14394
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 1 |
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(); |