1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

Merge branch 'ticket/15392' into ticket/15392-master

This commit is contained in:
Marc Alexander
2021-03-04 17:04:17 +01:00
211 changed files with 395 additions and 396 deletions

View File

@@ -262,7 +262,7 @@ class phpbb_functional_test_case extends phpbb_test_case
$db,
$config,
self::$config['table_prefix'] . 'ext',
dirname(__FILE__) . '/',
__DIR__ . '/',
$phpEx,
new \phpbb\cache\service($this->get_cache_driver(), $config, $this->db, $phpbb_root_path, $phpEx)
);