mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11190-develop] Functional tests purge cache before running.
PHPBB3-11190
This commit is contained in:
parent
e86ecc0f3b
commit
db0cc74af0
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue