From cf1fc202975aa055d0bb926a5dce1c3896bbd1e1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 7 Jan 2016 10:31:21 +0100 Subject: [ticket/14394] Only purge cache in functional tests if necessary PHPBB3-14394 --- tests/functional/feed_test.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/functional/feed_test.php') 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); -- cgit v1.2.1