diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-05 18:27:00 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-05 18:27:00 +0200 |
commit | f27e4a44b85909fe0d93afc55e4266bd6d927fba (patch) | |
tree | 0f8a45b972d1f272fa93578c9a4aedb4d79ab352 /tests | |
parent | 5d8d42d88a43576771be3dd0d7562e15b694d653 (diff) | |
download | forums-f27e4a44b85909fe0d93afc55e4266bd6d927fba.tar forums-f27e4a44b85909fe0d93afc55e4266bd6d927fba.tar.gz forums-f27e4a44b85909fe0d93afc55e4266bd6d927fba.tar.bz2 forums-f27e4a44b85909fe0d93afc55e4266bd6d927fba.tar.xz forums-f27e4a44b85909fe0d93afc55e4266bd6d927fba.zip |
[ticket/12504] Use defined variables
PHPBB3-12504
Diffstat (limited to 'tests')
-rw-r--r-- | tests/avatar/manager_test.php | 4 |
1 files 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 |