diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2016-01-08 14:28:03 +0100 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2016-01-08 14:28:03 +0100 |
commit | 2efab1cf5a2bc8e4096ce8b3b34648012c13e8d8 (patch) | |
tree | f38c77fecc0259e161b62f158ea7b78d33f0073a /tests/test_framework/phpbb_functional_test_case.php | |
parent | d3ca327f2c6bf8600439d6a928efbe9f0a545343 (diff) | |
parent | 2f7517a0fecc1c563c0d023eac0cd3057f77e13b (diff) | |
download | forums-2efab1cf5a2bc8e4096ce8b3b34648012c13e8d8.tar forums-2efab1cf5a2bc8e4096ce8b3b34648012c13e8d8.tar.gz forums-2efab1cf5a2bc8e4096ce8b3b34648012c13e8d8.tar.bz2 forums-2efab1cf5a2bc8e4096ce8b3b34648012c13e8d8.tar.xz forums-2efab1cf5a2bc8e4096ce8b3b34648012c13e8d8.zip |
Merge branch '3.1.x'
* 3.1.x:
[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.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 323d97ff42..b91894f9c0 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(); |