X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2Fformat%2FApiFormatXmlTest.php;h=0f8c8ee6c125197019f0cb956f958cc9d5817586;hb=4e6810e4a2c1d821d8d108c7974ac16917561764;hp=3fef0b0027ccab2b28c6faf410822943eda20129;hpb=bdfe02223205923d923923dd420ba0dd863cd0fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/format/ApiFormatXmlTest.php b/tests/phpunit/includes/api/format/ApiFormatXmlTest.php index 3fef0b0027..0f8c8ee6c1 100644 --- a/tests/phpunit/includes/api/format/ApiFormatXmlTest.php +++ b/tests/phpunit/includes/api/format/ApiFormatXmlTest.php @@ -105,11 +105,11 @@ class ApiFormatXmlTest extends ApiFormatTestBase { [ 'includexmlnamespace' => 1 ] ], // xslt param - [ [], 'Invalid or non-existent stylesheet specified', + [ [], 'Invalid or non-existent stylesheet specified.', [ 'xslt' => 'DoesNotExist' ] ], [ [], 'Stylesheet should be in the MediaWiki namespace.', [ 'xslt' => 'ApiFormatXmlTest' ] ], - [ [], 'Stylesheet should have .xsl extension.', + [ [], 'Stylesheet should have ".xsl" extension.', [ 'xslt' => 'MediaWiki:ApiFormatXmlTest' ] ], [ [], '