1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11465

This commit is contained in:
Marc Alexander
2013-05-12 22:41:00 +02:00
185 changed files with 6817 additions and 2004 deletions

View File

@@ -112,9 +112,10 @@ class phpbb_extension_manager_test extends phpbb_database_test_case
$db,
$config,
$migrator,
new phpbb_filesystem(),
'phpbb_ext',
dirname(__FILE__) . '/',
'.' . $php_ext,
$php_ext,
($with_cache) ? new phpbb_mock_cache() : null
);
}