aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/user_list_trim_test.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-25 09:33:48 +0200
committerPayBas <contact@paybas.com>2014-06-25 14:19:09 +0200
commit665742945f37a11a84ff3dc7190607a048fee485 (patch)
tree2428aa9d6784d567194de9ffe1df24caf5d9eadb /tests/notification/user_list_trim_test.php
parent419de00a9cfcf195842050e83fcfbc54fd8fd54d (diff)
downloadforums-665742945f37a11a84ff3dc7190607a048fee485.tar
forums-665742945f37a11a84ff3dc7190607a048fee485.tar.gz
forums-665742945f37a11a84ff3dc7190607a048fee485.tar.bz2
forums-665742945f37a11a84ff3dc7190607a048fee485.tar.xz
forums-665742945f37a11a84ff3dc7190607a048fee485.zip
[ticket/12662] Update tests that utilize get_username_string
PHPBB3-12662
Diffstat (limited to 'tests/notification/user_list_trim_test.php')
-rw-r--r--tests/notification/user_list_trim_test.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/notification/user_list_trim_test.php b/tests/notification/user_list_trim_test.php
index 85d8961e82..851c9ec221 100644
--- a/tests/notification/user_list_trim_test.php
+++ b/tests/notification/user_list_trim_test.php
@@ -86,7 +86,7 @@ class phpbb_notification_user_list_trim_test extends phpbb_database_test_case
array('username' => '', 'poster_id' => 3),
),
),
- '<strong>Reply</strong> from A and B in topic:',
+ '<strong>Reply</strong> from A and <span class="username">B</span> in topic:',
),
array(
array(
@@ -98,7 +98,7 @@ class phpbb_notification_user_list_trim_test extends phpbb_database_test_case
array('username' => '', 'poster_id' => 4),
),
),
- '<strong>Reply</strong> from A, B, and C in topic:',
+ '<strong>Reply</strong> from A, <span class="username">B</span>, and <span class="username">C</span> in topic:',
),
array(
array(
@@ -111,7 +111,7 @@ class phpbb_notification_user_list_trim_test extends phpbb_database_test_case
array('username' => '', 'poster_id' => 5),
),
),
- '<strong>Reply</strong> from A, B, C, and D in topic:',
+ '<strong>Reply</strong> from A, <span class="username">B</span>, <span class="username">C</span>, and <span class="username">D</span> in topic:',
),
array(
array(
@@ -125,7 +125,7 @@ class phpbb_notification_user_list_trim_test extends phpbb_database_test_case
array('username' => '', 'poster_id' => 6),
),
),
- '<strong>Reply</strong> from A, B, C, and 2 others in topic:',
+ '<strong>Reply</strong> from A, <span class="username">B</span>, <span class="username">C</span>, and 2 others in topic:',
),
);
}