aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/cache/MessageCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/cache/MessageCacheTest.php')
-rw-r--r--tests/phpunit/includes/cache/MessageCacheTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/cache/MessageCacheTest.php b/tests/phpunit/includes/cache/MessageCacheTest.php
index 80846101072a..1543748a94e2 100644
--- a/tests/phpunit/includes/cache/MessageCacheTest.php
+++ b/tests/phpunit/includes/cache/MessageCacheTest.php
@@ -80,7 +80,6 @@ class MessageCacheTest extends MediaWikiLangTestCase {
->setContent( SlotRecord::MAIN, $content )
->saveRevision( $summary );
- // sanity
$this->assertNotNull( $newRevision, 'Create page ' . $title->getPrefixedDBkey() );
return $newRevision;
}