mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12504] Use defined variables
PHPBB3-12504
This commit is contained in:
@@ -29,8 +29,8 @@ class phpbb_avatar_manager_test extends \phpbb_test_case
|
|||||||
new phpbb_mock_request()
|
new phpbb_mock_request()
|
||||||
),
|
),
|
||||||
new \phpbb\filesystem(),
|
new \phpbb\filesystem(),
|
||||||
$this->phpbb_root_path,
|
$phpbb_root_path,
|
||||||
$this->phpEx
|
$phpEx
|
||||||
);
|
);
|
||||||
|
|
||||||
// $this->avatar_foobar will be needed later on
|
// $this->avatar_foobar will be needed later on
|
||||||
|
Reference in New Issue
Block a user