summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/MovePageTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/MovePageTest.php')
-rw-r--r--tests/phpunit/includes/MovePageTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/MovePageTest.php b/tests/phpunit/includes/MovePageTest.php
index 9501e452..0ef2fa63 100644
--- a/tests/phpunit/includes/MovePageTest.php
+++ b/tests/phpunit/includes/MovePageTest.php
@@ -57,7 +57,7 @@ class MovePageTest extends MediaWikiTestCase {
WikiPage::factory( $oldTitle )->getRevision()
);
$this->assertNotNull(
- WikiPage::factory( $newTitle)->getRevision()
+ WikiPage::factory( $newTitle )->getRevision()
);
}
}