mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 10:18:54 +00:00
Merge pull request #4143 from VSEphpbb/ticket/14433
[ticket/14433] Purge cache setting up extension functional tests
This commit is contained in:
commit
4250bfee29
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||||
|
|
||||||
foreach (static::setup_extensions() as $extension)
|
foreach (static::setup_extensions() as $extension)
|
||||||
{
|
{
|
||||||
|
$this->purge_cache();
|
||||||
|
|
||||||
$sql = 'SELECT ext_active
|
$sql = 'SELECT ext_active
|
||||||
FROM ' . EXT_TABLE . "
|
FROM ' . EXT_TABLE . "
|
||||||
WHERE ext_name = '" . $db->sql_escape($extension). "'";
|
WHERE ext_name = '" . $db->sql_escape($extension). "'";
|
||||||
|
|
Loading…
Add table
Reference in a new issue