mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12504] Remove unused request object from avatar manager test
PHPBB3-12504
This commit is contained in:
parent
fe99e60d82
commit
5d8d42d88a
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ class phpbb_avatar_manager_test extends \phpbb_test_case
|
||||||
|
|
||||||
// Prepare dependencies for avatar manager and driver
|
// Prepare dependencies for avatar manager and driver
|
||||||
$config = new \phpbb\config\config(array());
|
$config = new \phpbb\config\config(array());
|
||||||
$request = $this->getMock('\phpbb\request\request');
|
|
||||||
$cache = $this->getMock('\phpbb\cache\driver\driver_interface');
|
$cache = $this->getMock('\phpbb\cache\driver\driver_interface');
|
||||||
$path_helper = new \phpbb\path_helper(
|
$path_helper = new \phpbb\path_helper(
|
||||||
new \phpbb\symfony_request(
|
new \phpbb\symfony_request(
|
||||||
|
|
Loading…
Add table
Reference in a new issue