mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch '3.1.x'
This commit is contained in:
commit
ad914a6880
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)
|
||||
{
|
||||
$this->purge_cache();
|
||||
|
||||
$sql = 'SELECT ext_active
|
||||
FROM ' . EXT_TABLE . "
|
||||
WHERE ext_name = '" . $db->sql_escape($extension). "'";
|
||||
|
|
Loading…
Add table
Reference in a new issue