mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
Merge branch '3.1.x'
* 3.1.x: [ticket/14394] Only purge cache in functional tests if necessary
This commit is contained in:
@@ -22,6 +22,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);
|
||||
|
Reference in New Issue
Block a user