From 665742945f37a11a84ff3dc7190607a048fee485 Mon Sep 17 00:00:00 2001 From: PayBas Date: Wed, 25 Jun 2014 09:33:48 +0200 Subject: [ticket/12662] Update tests that utilize get_username_string PHPBB3-12662 --- tests/notification/user_list_trim_test.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/notification/user_list_trim_test.php') 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), ), ), - 'Reply from A and B in topic:', + 'Reply 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), ), ), - 'Reply from A, B, and C in topic:', + 'Reply 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), ), ), - 'Reply from A, B, C, and D in topic:', + 'Reply 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), ), ), - 'Reply from A, B, C, and 2 others in topic:', + 'Reply from A, B, C, and 2 others in topic:', ), ); } -- cgit v1.2.1