* Drop old parserTests.php way of running parser tests. You can run parser tests...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 9 Jan 2012 15:18:07 +0000 (15:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 9 Jan 2012 15:18:07 +0000 (15:18 +0000)
commit3bdc1d5e998daf110333aefde043671b2761fb2c
treeb7c37b468565700fea45f5143e782975380fda33
parent4a9cfdba45544144b4c4b76180960d0c75662d23
* 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)
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/GlobalFunctions/wfBCP47Test.php [new file with mode: 0644]
tests/phpunit/includes/GlobalFunctions/wfBaseNameTest.php [new file with mode: 0644]
tests/phpunit/includes/GlobalFunctions/wfTimestampTest.php [new file with mode: 0644]