aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-04-18 14:01:21 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-04-24 13:34:18 +0200
commit55c5bc126decffeaa74abdb853eb010cc3dcda8c (patch)
treea04b1550161b9cdd839aa5c8106a89e90d2c8ace /tests
parent31bcdb23a2a00f704efcd58877802ed5ac4507a9 (diff)
downloadforums-55c5bc126decffeaa74abdb853eb010cc3dcda8c.tar
forums-55c5bc126decffeaa74abdb853eb010cc3dcda8c.tar.gz
forums-55c5bc126decffeaa74abdb853eb010cc3dcda8c.tar.bz2
forums-55c5bc126decffeaa74abdb853eb010cc3dcda8c.tar.xz
forums-55c5bc126decffeaa74abdb853eb010cc3dcda8c.zip
[ticket/8672] User $user->lang() instead of sprintf
PHPBB3-8672
Diffstat (limited to 'tests')
-rw-r--r--tests/upload/filespec_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/upload/filespec_test.php b/tests/upload/filespec_test.php
index 8fbb437ef0..f6deb242a2 100644
--- a/tests/upload/filespec_test.php
+++ b/tests/upload/filespec_test.php
@@ -287,7 +287,7 @@ class phpbb_filespec_test extends phpbb_test_case
array('txt_copy', 'txt_as_img', 'image/jpg', 'txt', false, true),
array('txt_copy_2', 'txt_moved', 'text/plain', 'txt', false, true),
array('jpg_copy', 'jpg_moved', 'image/png', 'jpg', false, true),
- array('png_copy', 'png_moved', 'image/png', 'jpg', 'IMAGE_FILETYPE_MISMATCH', true),
+ array('png_copy', 'png_moved', 'image/png', 'jpg', 'IMAGE_FILETYPE_MISMATCH png jpg', true),
);
}