restore parser tests names
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 29 Nov 2011 10:22:09 +0000 (10:22 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 29 Nov 2011 10:22:09 +0000 (10:22 +0000)
commit413411c8371f27004143f3df617ab1ce77c5771b
tree6221156848d862d3f5109f69016996437f802f6a
parent1a1fdcf3e411040e6779a13ea491aa36ab410cc8
restore parser tests names

r100932 disabled two 'Bad images' tests but did so by also erasing the
test name. Hence we could no more tests them even with --run-disabled.

Test plan:
==========

$ php parserTests.php --run-disabled --filter 'Bad images'
--> output two tests failing as expected

$ php parserTests.php --filter 'Bad images'
--> output no tests found

$ php parserTests.php --quiet
--> ALL PASSED :-)
tests/parser/parserTests.txt