aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-11-11 10:51:53 +0000
committerFyorl <gaelreth@gmail.com>2012-11-11 10:53:44 +0000
commitdb0cc74af073ede415b1ff21556a31f01ecfbe8f (patch)
tree3e02cb5c9e01ef5d3c5dd72925ad0f9382d56c5f
parente86ecc0f3bd6383d31a670896720a970b8faaaa9 (diff)
downloadforums-db0cc74af073ede415b1ff21556a31f01ecfbe8f.tar
forums-db0cc74af073ede415b1ff21556a31f01ecfbe8f.tar.gz
forums-db0cc74af073ede415b1ff21556a31f01ecfbe8f.tar.bz2
forums-db0cc74af073ede415b1ff21556a31f01ecfbe8f.tar.xz
forums-db0cc74af073ede415b1ff21556a31f01ecfbe8f.zip
[ticket/11190-develop] Functional tests purge cache before running.
PHPBB3-11190
-rw-r--r--tests/test_framework/phpbb_functional_test_case.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php
index 41edb3e6af..eb2b497708 100644
--- a/tests/test_framework/phpbb_functional_test_case.php
+++ b/tests/test_framework/phpbb_functional_test_case.php
@@ -51,6 +51,7 @@ 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();
}
public function request($method, $path)