mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +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
|
// 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(
|
||||||
|
Reference in New Issue
Block a user