diff options
author | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-09-11 01:46:02 +0200 |
---|---|---|
committer | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-09-11 01:46:07 +0200 |
commit | bcac30c8bbc1839fd20ef612faccaffc5df74464 (patch) | |
tree | 2b1ce3db485b03244bcd429255f53da57f4ad0cc | |
parent | 78c1957e48d58672690d67b4450ab32687242944 (diff) | |
download | forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar.gz forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar.bz2 forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar.xz forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.zip |
[ticket/16153] Functional test
PHPBB3-16153
-rw-r--r-- | tests/functional/posting_test.php | 4 |
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.' ); } |