PHPUnit now sees individual parser tests as separate tests. This
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 5 Feb 2010 04:01:15 +0000 (04:01 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 5 Feb 2010 04:01:15 +0000 (04:01 +0000)
commitaa7662f781ddf0d86a001d785bc994e2ed0e9ce2
treee585c88f8c6ba58396ea5d235c2c105af280d9bb
parentcb982cfa1cf5a99a53e704e25616a48825a176bd
PHPUnit now sees individual parser tests as separate tests.  This
involved changing parserTests.inc slightly to create an iterator that
reads parserTests.txt — separating the reading of the file from the
execution of the tests.

PHPUnit still doesn't see individual assertions, but that is less
important right now.

Tested maintenance/parserTests.php against maintenance/parserTests.txt
and extensions/Cite/citeParserTests.txt to verify that the parser tests
still worked as expected.
maintenance/parserTests.inc
maintenance/tests/MediaWikiParserTest.php