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

[ticket/13904] Modify files for updated fast-image-size library

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-09-09 09:41:40 +02:00
parent 223fa3aed5
commit 327e36a4d6
9 changed files with 19 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ class phpbb_files_types_base_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),

View File

@@ -58,7 +58,7 @@ class phpbb_files_types_form_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),
@@ -147,7 +147,7 @@ class phpbb_files_types_form_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$this->phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),

View File

@@ -58,7 +58,7 @@ class phpbb_files_types_local_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),
@@ -139,7 +139,7 @@ class phpbb_files_types_local_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$this->phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),

View File

@@ -54,7 +54,7 @@ class phpbb_files_types_remote_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),

View File

@@ -59,7 +59,7 @@ class phpbb_files_upload_test extends phpbb_test_case
$this->filesystem,
$this->language,
$this->php_ini,
new \fastImageSize\fastImageSize(),
new \FastImageSize\FastImageSize(),
$phpbb_root_path,
new \phpbb\mimetype\guesser(array(
'mimetype.extension_guesser' => new \phpbb\mimetype\extension_guesser(),