mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 02:59:52 +02:00
[ticket/12099] Add request argument to path_helper service
PHPBB3-12099
This commit is contained in:
@@ -63,6 +63,8 @@ class phpbb_security_redirect_test extends phpbb_security_test_base
|
||||
new phpbb_mock_request()
|
||||
),
|
||||
new \phpbb\filesystem(),
|
||||
$this->getMock('\phpbb\request\request'),
|
||||
new \phpbb\config\config(array()),
|
||||
$this->phpbb_root_path,
|
||||
'php'
|
||||
);
|
||||
|
Reference in New Issue
Block a user