* Fixed the makefile to only run enabled tests, instead of every file in the director...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 25 Jun 2010 09:01:41 +0000 (09:01 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 25 Jun 2010 09:01:41 +0000 (09:01 +0000)
commitfcb959fdd2acf4fbc6c815e4d2386d00ad4ae9fd
tree64a51b1238c1ca01801bbb4e3f604622e64ac3b2
parent7ce8534de90240771b4da3aee85d113cdc9bc482
* Fixed the makefile to only run enabled tests, instead of every file in the directory with "test" in its name. Did this by moving the test list to a common PHP file, accessible by both the makefile and a new PHPUnit_TextUI_Command subclass.
* Removed the perl dependency from the default "make test". There doesn't seem to be a memory issue anymore, but you can always use one of the non-default targets if it recurs.
* Fixed a couple of test/suite names broken in r68544.
* Added custom CSS to Special:Selenium, accidentally missing from r68555.
includes/specials/SpecialSelenium.php
maintenance/tests/Makefile
maintenance/tests/MediaWikiParserTest.php
maintenance/tests/ParserHelpers.php
maintenance/tests/TestFileList.php [new file with mode: 0644]
maintenance/tests/phpunit
maintenance/tests/phpunit.xml