X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FExportTest.php;h=af10b9c4a622f15ed056a3b8fefef1ff58b10652;hb=c073e531cf7a7fe055f002148e97159006b75c22;hp=a5d357066b3e9d1ebc7beb080ba234b5af125e27;hpb=eaeeea4b29ffa13c75c4150d84360cfd38332311;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/ExportTest.php b/tests/phpunit/includes/ExportTest.php index a5d357066b..af10b9c4a6 100644 --- a/tests/phpunit/includes/ExportTest.php +++ b/tests/phpunit/includes/ExportTest.php @@ -1,5 +1,7 @@ getNamespaces(); + $actualNamespaces = (array)MediaWikiServices::getInstance()->getContentLanguage()-> + getNamespaces(); $actualNamespaces = array_values( $actualNamespaces ); $this->assertEquals( $actualNamespaces, $xmlNamespaces );