1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12099] Remove config again

PHPBB3-12099
This commit is contained in:
Joas Schilling
2014-05-07 23:22:53 +02:00
committed by Tristan Darricau
parent 779d8a68ff
commit b7e1959d56
12 changed files with 5 additions and 19 deletions

View File

@@ -30,7 +30,6 @@ class phpbb_path_helper_test extends phpbb_test_case
),
new \phpbb\filesystem(),
$this->getMock('\phpbb\request\request'),
new \phpbb\config\config(array()),
$this->phpbb_root_path,
'php'
);
@@ -161,7 +160,6 @@ class phpbb_path_helper_test extends phpbb_test_case
$symfony_request,
new \phpbb\filesystem(),
$this->getMock('\phpbb\request\request'),
new \phpbb\config\config(array()),
$this->phpbb_root_path,
'php'
);