diff options
author | Reedy <reedy@wikimedia.org> | 2021-11-21 16:23:11 +0000 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2021-11-21 16:42:31 +0000 |
commit | 6e296116426e42aa57f8fa907158aa2552438cac (patch) | |
tree | 9f5ffe9d79c7f431e0314c401511d8440cece419 /tests/phpunit/includes/user/TalkPageNotificationManagerTest.php | |
parent | 8965bd36e0dae178376ff678a436ab96101fb4a9 (diff) | |
download | mediawikicore-6e296116426e42aa57f8fa907158aa2552438cac.tar.gz mediawikicore-6e296116426e42aa57f8fa907158aa2552438cac.zip |
Remove or replace usages of "sanity"
Still some more to go...
Bug: T254646
Change-Id: Ia117f01e443c35b4765f3275cab4f2707e1be96f
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']; } |