From bcac30c8bbc1839fd20ef612faccaffc5df74464 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Wed, 11 Sep 2019 01:46:02 +0200 Subject: [PATCH] [ticket/16153] Functional test PHPBB3-16153 --- tests/functional/posting_test.php | 4 +--- 1 file changed, 1 insertion(+), 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.' ); }