1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12099] Add request argument to path_helper service

PHPBB3-12099
This commit is contained in:
Pico88
2014-04-21 19:53:46 +02:00
committed by Tristan Darricau
parent 404c2f1144
commit f383d4221c
11 changed files with 74 additions and 2 deletions

View File

@@ -32,6 +32,8 @@ abstract class phpbb_session_test_case extends phpbb_database_test_case
$phpbb_path_helper = new \phpbb\path_helper(
$symfony_request,
$phpbb_filesystem,
$this->getMock('\phpbb\request\request'),
new \phpbb\config\config(array()),
$phpbb_root_path,
$phpEx
);