aboutsummaryrefslogtreecommitdiffstats
path: root/tests/avatar
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-08-14 09:12:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-09 08:27:44 +0200
commitf32a94ae5d5df156cc33e34a98d9a2e92385c393 (patch)
tree55d294751b0119cc20b0f2ac5ce2d9e6193ed4c0 /tests/avatar
parentdbfdb61f829166989149ac26bda36bbb4642e1af (diff)
downloadforums-f32a94ae5d5df156cc33e34a98d9a2e92385c393.tar
forums-f32a94ae5d5df156cc33e34a98d9a2e92385c393.tar.gz
forums-f32a94ae5d5df156cc33e34a98d9a2e92385c393.tar.bz2
forums-f32a94ae5d5df156cc33e34a98d9a2e92385c393.tar.xz
forums-f32a94ae5d5df156cc33e34a98d9a2e92385c393.zip
[ticket/13904] Pass filesystem to upload avatar again
PHPBB3-13904
Diffstat (limited to 'tests/avatar')
-rw-r--r--tests/avatar/manager_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avatar/manager_test.php b/tests/avatar/manager_test.php
index faf6976028..9003f72de2 100644
--- a/tests/avatar/manager_test.php
+++ b/tests/avatar/manager_test.php
@@ -83,7 +83,7 @@ class phpbb_avatar_manager_test extends \phpbb_database_test_case
}
else
{
- $cur_avatar = $this->getMock('\phpbb\avatar\driver\\' . $driver, array('get_name'), array($this->config, $phpbb_root_path, $phpEx, $path_helper, $dispatcher, $files_factory, $cache));
+ $cur_avatar = $this->getMock('\phpbb\avatar\driver\\' . $driver, array('get_name'), array($this->config, $phpbb_root_path, $phpEx, $filesystem, $path_helper, $dispatcher, $files_factory, $cache));
}
$cur_avatar->expects($this->any())
->method('get_name')