* Drop old parserTests.php way of running parser tests. You can run parser tests...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Jan 2012 17:28:13 +0000 (17:28 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 8 Jan 2012 17:28:13 +0000 (17:28 +0000)
commit95d52efc3245387355159b744d81836c060067f3
treec00a2532db97b9c3d21a17c5240895411a364360
parentd455b3b267aea35fc67f7bab8df54b4d5d2020be
* Drop old parserTests.php way of running parser tests. You can run parser tests via --group Parser or specifying
  the includes/parser/MediaWikiParserTest.php test case
* Drop now unused various test recorder options -- phpunit outputs its data in lots of machine-readable formats, use those if you need to work with
  test data
* There's still a lot of duplication between NewParserTest::setUp() and MediaWikiTestCase, but hey one step at a time ;-)
* All tests pass for me (make phpunit && make parser)
includes/AutoLoader.php
tests/parser/parserTest.inc [deleted file]
tests/parserTests.php [deleted file]
tests/phpunit/includes/ParserOptionsTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/testHelpers.inc