1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-20 23:51:28 +01:00

[ticket/16153] Functional test

PHPBB3-16153
This commit is contained in:
3D-I 2019-09-11 01:46:02 +02:00
parent 78c1957e48
commit bcac30c8bb

View File

@ -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.'
);
}