mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12504] Remove unused request object from avatar manager test
PHPBB3-12504
This commit is contained in:
@@ -23,7 +23,6 @@ class phpbb_avatar_manager_test extends \phpbb_test_case
|
||||
|
||||
// Prepare dependencies for avatar manager and driver
|
||||
$config = new \phpbb\config\config(array());
|
||||
$request = $this->getMock('\phpbb\request\request');
|
||||
$cache = $this->getMock('\phpbb\cache\driver\driver_interface');
|
||||
$path_helper = new \phpbb\path_helper(
|
||||
new \phpbb\symfony_request(
|
||||
|
Reference in New Issue
Block a user