mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15276] Remove empty line
PHPBB3-15276
This commit is contained in:
parent
ee094dd0de
commit
5a25a6b69f
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue