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 :-)