1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00

[ticket/16889] Run functional tests separately

PHPBB3-16889
This commit is contained in:
rxu
2021-10-17 13:22:46 +07:00
committed by Marc Alexander
parent b6e31e3664
commit d4cb357b26
2 changed files with 4 additions and 5 deletions

View File

@@ -43,8 +43,6 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
$this->purge_cache();
$this->get_db();
// Clear the phpbb_ext table
$this->db->sql_query('DELETE FROM phpbb_ext');