X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FTitleTest.php;h=d6c34014f7f0e78cd897b84d4e20dacb0896fae1;hb=81710e1d07cb018d981449499121ed7898674dd5;hp=c46f69b2ef5d7b67c5cc1593b5ce07982fe10962;hpb=63772e162d60009bdbd4991a34e4cfb4c774cb00;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/TitleTest.php b/tests/phpunit/includes/TitleTest.php index c46f69b2ef..d6c34014f7 100644 --- a/tests/phpunit/includes/TitleTest.php +++ b/tests/phpunit/includes/TitleTest.php @@ -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 );