1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-23 03:19:01 +01:00

[ticket/12504] Use defined variables

PHPBB3-12504
This commit is contained in:
Joas Schilling 2014-05-05 18:27:00 +02:00
parent 5d8d42d88a
commit f27e4a44b8

View File

@ -29,8 +29,8 @@ class phpbb_avatar_manager_test extends \phpbb_test_case
new phpbb_mock_request()
),
new \phpbb\filesystem(),
$this->phpbb_root_path,
$this->phpEx
$phpbb_root_path,
$phpEx
);
// $this->avatar_foobar will be needed later on