X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Ftitle%2FSubpageImportTitleFactoryTest.php;h=93ce08009fcb3eb828286fc98756dc0db664d5df;hb=d19826aa35b206847a568a4b2c1c9ffaa615fca5;hp=baeb95cfad25e5757f7b52e8f1eacd83fe24c75b;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/title/SubpageImportTitleFactoryTest.php b/tests/phpunit/includes/title/SubpageImportTitleFactoryTest.php index baeb95cfad..93ce08009f 100644 --- a/tests/phpunit/includes/title/SubpageImportTitleFactoryTest.php +++ b/tests/phpunit/includes/title/SubpageImportTitleFactoryTest.php @@ -60,8 +60,8 @@ class SubpageImportTitleFactoryTest extends MediaWikiTestCase { * @dataProvider basicProvider */ public function testBasic( ForeignTitle $foreignTitle, Title $rootPage, - Title $title ) { - + Title $title + ) { $factory = new SubpageImportTitleFactory( $rootPage ); $testTitle = $factory->createTitleFromForeignTitle( $foreignTitle );