aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functional/posting_test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/functional/posting_test.php b/tests/functional/posting_test.php
index 764376a945..298bb40a90 100644
--- a/tests/functional/posting_test.php
+++ b/tests/functional/posting_test.php
@@ -46,9 +46,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case
self::create_post(2,
1,
"Unsupported: \xF0\x9F\x88\xB3 \xF0\x9F\x9A\xB6",
- 'This is a test with emoji characters in the topic title.',
- array(),
- 'Your subject contains the following unsupported characters'
+ 'This is a test with emoji characters in the topic title.'
);
}