mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/16153] Functional test
PHPBB3-16153
This commit is contained in:
parent
78c1957e48
commit
bcac30c8bb
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ class phpbb_functional_posting_test extends phpbb_functional_test_case
|
||||||
self::create_post(2,
|
self::create_post(2,
|
||||||
1,
|
1,
|
||||||
"Unsupported: \xF0\x9F\x88\xB3 \xF0\x9F\x9A\xB6",
|
"Unsupported: \xF0\x9F\x88\xB3 \xF0\x9F\x9A\xB6",
|
||||||
'This is a test with emoji characters in the topic title.',
|
'This is a test with emoji characters in the topic title.'
|
||||||
array(),
|
|
||||||
'Your subject contains the following unsupported characters'
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue