1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-06 00:43:02 +02:00

[ticket/15276] Remove empty line

PHPBB3-15276
This commit is contained in:
Rubén Calvo 2017-07-21 10:52:38 +02:00
parent ee094dd0de
commit 5a25a6b69f

View File

@ -93,7 +93,6 @@ class phpbb_avatar_manager_test extends \phpbb_database_test_case
{
if ($driver !== 'upload')
{
$cur_avatar = $this->getMockBuilder('\phpbb\avatar\driver\\' . $driver)
->setMethods(array('get_name'))
->setConstructorArgs(array($this->config, $imagesize, $phpbb_root_path, $phpEx, $path_helper, $cache))