mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12504] Use defined variables
PHPBB3-12504
This commit is contained in:
parent
5d8d42d88a
commit
f27e4a44b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue