aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-09-11 01:46:02 +0200
committer3D-I <480857+3D-I@users.noreply.github.com>2019-09-11 01:46:07 +0200
commitbcac30c8bbc1839fd20ef612faccaffc5df74464 (patch)
tree2b1ce3db485b03244bcd429255f53da57f4ad0cc /tests
parent78c1957e48d58672690d67b4450ab32687242944 (diff)
downloadforums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar
forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar.gz
forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar.bz2
forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.tar.xz
forums-bcac30c8bbc1839fd20ef612faccaffc5df74464.zip
[ticket/16153] Functional test
PHPBB3-16153
Diffstat (limited to 'tests')
-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.'
);
}