Make MediaWikiParserTest work now in PHPUnit. There are still a few bugs, such as...
authorX! <soxred93@users.mediawiki.org>
Wed, 29 Dec 2010 02:23:51 +0000 (02:23 +0000)
committerX! <soxred93@users.mediawiki.org>
Wed, 29 Dec 2010 02:23:51 +0000 (02:23 +0000)
commitedbf743aeb37572416d91e81c6a30f560454d4a7
treea52c836de1f5fbc933f165e90b3091e66dab3247
parent91307ea896bcc29019b0382d253d2c6ea35a00f3
Make MediaWikiParserTest work now in PHPUnit. There are still a few bugs, such as stopping tests if one fails,
lack of fuzz testing and other parser test options, and the DB creation is still a little flaky.
A MediaWikiPHPUnitCommand class had to be created to allow for custom CLI parameters.
tests/phpunit/MediaWikiPHPUnitCommand.php [new file with mode: 0644]
tests/phpunit/bootstrap.php
tests/phpunit/includes/parser/MediaWikiParserTest.php
tests/phpunit/includes/parser/ParserHelpers.php
tests/phpunit/phpunit.php
tests/phpunit/suite.xml