parserTest: Remove mention of non-existent 'noxml' option
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 8 Mar 2016 18:32:37 +0000 (18:32 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 24 Mar 2016 00:48:02 +0000 (00:48 +0000)
commit32f374074cd581bfe9cfdae80d50f9aadccff9af
tree2390473270046bbdbbb721cd2cc5fd2ca08db428
parent1be3d62f548765c5e0aaf013423145218df921c8
parserTest: Remove mention of non-existent 'noxml' option

The 'noxml' documentation in parserTests.txt was added in 2006 (7eea2398; r12504),
however it wasn't actually implemented.

It wasn't until 2009 (7aa4a8f9; r54767) that $wgWellFormedXml was created,
which defaults to true and has no relation to this option.

Remove the 'noxml' options from existing tests.

Change-Id: Ie3ae9f491b5747716080607b81b9763bf2bcc889
tests/parser/extraParserTests.txt
tests/parser/parserTests.txt
tests/phpunit/includes/parser/NewParserTest.php