X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FparserTests.php;h=1d0867abf069a633c8ec68e6dd87dccbdfea368b;hb=7ea47eeb188a5ca9c21cf6fa25de1342a8e24bb7;hp=38923f0494f08b8e21b6b1ed9634ed4c398be19b;hpb=3e35565c93bdafa9be2493436ebad20c4803b668;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/parserTests.php b/tests/parser/parserTests.php index 38923f0494..1d0867abf0 100644 --- a/tests/parser/parserTests.php +++ b/tests/parser/parserTests.php @@ -68,7 +68,8 @@ class ParserTestsMaintenance extends Maintenance { 'are: removeTbody to remove tags; and trimWhitespace ' . 'to trim whitespace from the start and end of text nodes.', false, true ); - $this->addOption( 'use-tidy-config', 'Use the wiki\'s Tidy configuration instead of known-good' . + $this->addOption( 'use-tidy-config', + 'Use the wiki\'s Tidy configuration instead of known-good' . 'defaults.' ); }