1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/8672] Use fastImageSize in classes

PHPBB3-8672
This commit is contained in:
Marc Alexander
2015-04-07 16:19:36 +02:00
parent 3fc7a352ff
commit 39d6180c68
10 changed files with 18 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ class phpbb_avatar_manager_test extends \phpbb_database_test_case
new \phpbb\mimetype\content_guesser,
);
$guesser = new \phpbb\mimetype\guesser($guessers);
$imagesize = new \phpbb\upload\imagesize();
$imagesize = new \fastImageSize\fastImageSize();
// $this->avatar_foobar will be needed later on
$this->avatar_foobar = $this->getMock('\phpbb\avatar\driver\foobar', array('get_name'), array($this->config, $imagesize, $phpbb_root_path, $phpEx, $path_helper, $cache));