diff options
Diffstat (limited to 'tests/phpunit/includes/user/TalkPageNotificationManagerTest.php')
-rw-r--r-- | tests/phpunit/includes/user/TalkPageNotificationManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/user/TalkPageNotificationManagerTest.php b/tests/phpunit/includes/user/TalkPageNotificationManagerTest.php index 7222e50f2ffc..ca56ae17446d 100644 --- a/tests/phpunit/includes/user/TalkPageNotificationManagerTest.php +++ b/tests/phpunit/includes/user/TalkPageNotificationManagerTest.php @@ -35,7 +35,7 @@ class TalkPageNotificationManagerTest extends MediaWikiIntegrationTestCase { NS_MAIN, $this->getTestSysop()->getUser() ); - $this->assertTrue( $status->isGood(), 'Sanity: create revision of user talk' ); + $this->assertTrue( $status->isGood(), 'create revision of user talk' ); return $status->getValue()['revision-record']; } |