1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

Merge pull request #4016 from CHItA/ticket/14270

[ticket/14270] Purge cache when the installer is finished

* CHItA/ticket/14270:
  [ticket/14270] Purge cache when the installer is finished
This commit is contained in:
Tristan Darricau
2015-11-23 22:02:24 +01:00
7 changed files with 26 additions and 9 deletions

View File

@@ -295,7 +295,8 @@ class phpbb_functional_test_case extends phpbb_test_case
'installer.create_config_file.options' => [
'debug' => true,
'environment' => 'test',
]
],
'cache.driver.class' => 'phpbb\cache\driver\file'
])
->without_compiled_container()
->get_container();

View File

@@ -128,7 +128,8 @@ class phpbb_ui_test_case extends phpbb_test_case
'installer.create_config_file.options' => [
'debug' => true,
'environment' => 'test',
]
],
'cache.driver.class' => 'phpbb\cache\driver\file'
])
->without_compiled_container()
->get_container();