Merge "createNoOpMock() method for PHPUnit tests"
[lhc/web/wiklou.git] / tests / phpunit / includes / MovePageTest.php
index de92d90..5cf6fbe 100644 (file)
@@ -187,7 +187,6 @@ class MovePageTest extends MediaWikiTestCase {
                foreach ( $extraOptions as $key => $val ) {
                        $this->setMwGlobals( "wg$key", $val );
                }
-               $this->overrideMwServices();
                $this->setService( 'RepoGroup', $this->getMockRepoGroup() );
                // This returns true instead of an array if there are no errors
                $this->hideDeprecated( 'Title::isValidMoveOperation' );