From f27e4a44b85909fe0d93afc55e4266bd6d927fba Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 5 May 2014 18:27:00 +0200 Subject: [PATCH] [ticket/12504] Use defined variables PHPBB3-12504 --- tests/avatar/manager_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/avatar/manager_test.php b/tests/avatar/manager_test.php index 870e909e26..7e78201b2f 100644 --- a/tests/avatar/manager_test.php +++ b/tests/avatar/manager_test.php @@ -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