aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/feed_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-01-07 10:31:21 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-01-07 10:46:43 +0100
commitcf1fc202975aa055d0bb926a5dce1c3896bbd1e1 (patch)
treee578dc44991130826993f07a1a27f87c40649ecc /tests/functional/feed_test.php
parente75c04f02a951b3cdc0a754fee7e58d7a8d6a4a4 (diff)
downloadforums-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/functional/feed_test.php')
-rw-r--r--tests/functional/feed_test.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/feed_test.php b/tests/functional/feed_test.php
index ad5c4a5cab..e48dfc043a 100644
--- a/tests/functional/feed_test.php
+++ b/tests/functional/feed_test.php
@@ -20,6 +20,12 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
static public $init_values = array();
+ public function setUp()
+ {
+ parent::setUp();
+ $this->purge_cache();
+ }
+
public function __construct($name = null, array $data = array(), $dataName = '')
{
parent::__construct($name, $data, $dataName);