aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/user_list_trim_test.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-28 21:53:05 +0200
committerPayBas <contact@paybas.com>2014-06-15 10:02:09 +0200
commit72d29e76ced756a7b4501113a91275d8ca693af2 (patch)
treec98b3dae3d2e44eabc15e0e352f4087e150506c4 /tests/notification/user_list_trim_test.php
parentd5f4d288e92499b64e96aeafe673ed05708cc8da (diff)
downloadforums-72d29e76ced756a7b4501113a91275d8ca693af2.tar
forums-72d29e76ced756a7b4501113a91275d8ca693af2.tar.gz
forums-72d29e76ced756a7b4501113a91275d8ca693af2.tar.bz2
forums-72d29e76ced756a7b4501113a91275d8ca693af2.tar.xz
forums-72d29e76ced756a7b4501113a91275d8ca693af2.zip
[ticket/12608] Updated tests
PHPBB3-12608
Diffstat (limited to 'tests/notification/user_list_trim_test.php')
-rw-r--r--tests/notification/user_list_trim_test.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/notification/user_list_trim_test.php b/tests/notification/user_list_trim_test.php
index 7e0add2bb5..85d8961e82 100644
--- a/tests/notification/user_list_trim_test.php
+++ b/tests/notification/user_list_trim_test.php
@@ -75,7 +75,7 @@ class phpbb_notification_user_list_trim_test extends phpbb_database_test_case
'post_username' => 'A',
'responders' => null,
),
- 'A replied to the topic “Test”.',
+ '<strong>Reply</strong> from A in topic:',
),
array(
array(
@@ -86,7 +86,7 @@ class phpbb_notification_user_list_trim_test extends phpbb_database_test_case
array('username' => '', 'poster_id' => 3),
),
),
- 'A and B replied to the topic “Test”.',
+ '<strong>Reply</strong> from A and B 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),
),
),
- 'A, B, and C replied to the topic “Test”.',
+ '<strong>Reply</strong> from A, B, and C 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),
),
),
- 'A, B, C, and D replied to the topic “Test”.',
+ '<strong>Reply</strong> from A, B, C, and D 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),
),
),
- 'A, B, C, and 2 others replied to the topic “Test”.',
+ '<strong>Reply</strong> from A, B, C, and 2 others in topic:',
),
);
}