mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15036] Unlink install_config during functional testing
This commit is contained in:
@@ -291,6 +291,13 @@ class phpbb_functional_test_case extends phpbb_test_case
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$install_config_file = $phpbb_root_path . 'store/install_config.php';
|
||||||
|
|
||||||
|
if (file_exists($install_config_file))
|
||||||
|
{
|
||||||
|
unlink($install_config_file);
|
||||||
|
}
|
||||||
|
|
||||||
$container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
|
$container_builder = new \phpbb\di\container_builder($phpbb_root_path, $phpEx);
|
||||||
$container = $container_builder
|
$container = $container_builder
|
||||||
->with_environment('installer')
|
->with_environment('installer')
|
||||||
|
Reference in New Issue
Block a user