Merge "resourceloader: Warn on ResourceLoader::construct without Config"
[lhc/web/wiklou.git] / tests / phpunit / includes / TitleTest.php
index c46f69b..d6c3401 100644 (file)
@@ -295,6 +295,8 @@ class TitleTest extends MediaWikiTestCase {
         * @covers Title::isValidMoveOperation
         */
        public function testIsValidMoveOperation( $source, $target, $expected ) {
+               $this->hideDeprecated( 'Title::isValidMoveOperation' );
+
                $this->setMwGlobals( 'wgContentHandlerUseDB', false );
                $title = Title::newFromText( $source );
                $nt = Title::newFromText( $target );