diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-04 17:29:56 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-04 17:29:56 +0100 |
commit | 0926b360f7ccb7d476e61abc390448f7c7b033c1 (patch) | |
tree | e6d56cbe492b74db6e30bb0dea85b9b6a6cd249e /tests/test_framework/phpbb_functional_test_case.php | |
parent | 56314f4c22491dd5b2aacb2a013850c7f3171be8 (diff) | |
parent | a4d67c55d97598f29c1f5a1e6a8dec4b1e58df6d (diff) | |
download | forums-0926b360f7ccb7d476e61abc390448f7c7b033c1.tar forums-0926b360f7ccb7d476e61abc390448f7c7b033c1.tar.gz forums-0926b360f7ccb7d476e61abc390448f7c7b033c1.tar.bz2 forums-0926b360f7ccb7d476e61abc390448f7c7b033c1.tar.xz forums-0926b360f7ccb7d476e61abc390448f7c7b033c1.zip |
Merge pull request #4610 from marc1706/ticket/14957-rhea
[ticket/14957] Do not cache database config entries -- Rhea version
Diffstat (limited to 'tests/test_framework/phpbb_functional_test_case.php')
-rw-r--r-- | tests/test_framework/phpbb_functional_test_case.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_framework/phpbb_functional_test_case.php b/tests/test_framework/phpbb_functional_test_case.php index d5e78d1d60..e678bfbaef 100644 --- a/tests/test_framework/phpbb_functional_test_case.php +++ b/tests/test_framework/phpbb_functional_test_case.php @@ -304,6 +304,7 @@ class phpbb_functional_test_case extends phpbb_test_case ], 'cache.driver.class' => 'phpbb\cache\driver\file' ]) + ->with_config(new \phpbb\config_php_file($phpbb_root_path, $phpEx)) ->without_compiled_container() ->get_container(); |