aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php')
-rw-r--r--tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php b/tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php
index 23c0fd5dc0e0..b42acbe8c733 100644
--- a/tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php
+++ b/tests/phpunit/integration/includes/Rest/Handler/PageHTMLHandlerTest.php
@@ -113,7 +113,7 @@ class PageHTMLHandlerTest extends MediaWikiIntegrationTestCase {
$page = $this->getExistingTestPage( 'HtmlEndpointTestPage/with/slashes' );
$this->assertTrue(
$this->editPage( $page, self::WIKITEXT )->isGood(),
- 'Sanity: edited a page'
+ 'Edited a page'
);
$request = new RequestData(
@@ -136,7 +136,7 @@ class PageHTMLHandlerTest extends MediaWikiIntegrationTestCase {
$page = $this->getExistingTestPage( 'HtmlEndpointTestPage/with/slashes' );
$this->assertTrue(
$this->editPage( $page, self::WIKITEXT )->isGood(),
- 'Sanity: edited a page'
+ 'Edited a page'
);
$request = new RequestData(
@@ -230,7 +230,7 @@ class PageHTMLHandlerTest extends MediaWikiIntegrationTestCase {
MWTimestamp::setFakeTime( $time );
$this->assertTrue(
$page->getTitle()->invalidateCache( MWTimestamp::convert( TS_MW, $time ) ),
- 'Sanity: can invalidate cache'
+ 'Can invalidate cache'
);
DeferredUpdates::doUpdates();