aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/types_local_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/types_local_test.php')
-rw-r--r--tests/files/types_local_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/files/types_local_test.php b/tests/files/types_local_test.php
index 8712c9cd5a..1367bbfcf8 100644
--- a/tests/files/types_local_test.php
+++ b/tests/files/types_local_test.php
@@ -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(),