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:
committed by
Tristan Darricau
parent
779d8a68ff
commit
b7e1959d56
@@ -30,10 +30,11 @@ class phpbb_build_url_test extends phpbb_test_case
|
||||
new phpbb_mock_request()
|
||||
),
|
||||
new \phpbb\filesystem(),
|
||||
$this->getMock('\phpbb\request\request'),
|
||||
$phpbb_root_path,
|
||||
'php'
|
||||
);
|
||||
$phpbb_container->set('path_helper', $path_helper);
|
||||
$phpbb_container->set('path_helper', $phpbb_path_helper);
|
||||
}
|
||||
public function build_url_test_data()
|
||||
{
|
||||
|
Reference in New Issue
Block a user