aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/page/ArticleTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/page/ArticleTest.php')
-rw-r--r--tests/phpunit/includes/page/ArticleTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/page/ArticleTest.php b/tests/phpunit/includes/page/ArticleTest.php
index 26e0481f6c56..b1cabbf5897d 100644
--- a/tests/phpunit/includes/page/ArticleTest.php
+++ b/tests/phpunit/includes/page/ArticleTest.php
@@ -104,7 +104,7 @@ class ArticleTest extends \MediaWikiIntegrationTestCase {
if ( $editPageText !== null ) {
$editedUser = $isEditedBySameUser ? $user1 : $user2;
$editIsGood = $this->editPage( $article->getPage(), $editPageText, '', NS_MAIN, $editedUser )->isGood();
- $this->assertTrue( $editIsGood, 'Sanity: edited a page' );
+ $this->assertTrue( $editIsGood, 'edited a page' );
}
$this->assertSame( $expectedResult, $article->showPatrolFooter() );
}