1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

[ticket/14394] Only purge cache in functional tests if necessary

PHPBB3-14394
This commit is contained in:
Marc Alexander
2016-01-07 10:31:21 +01:00
parent e75c04f02a
commit cf1fc20297
6 changed files with 23 additions and 1 deletions

View File

@@ -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);