Move MediaWikiTestCase class to a new file and load it from phpunit.php
authorPlatonides <platonides@users.mediawiki.org>
Wed, 29 Dec 2010 15:52:07 +0000 (15:52 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 29 Dec 2010 15:52:07 +0000 (15:52 +0000)
commit4cb81e08f4be86291d43a643e8cec75f2bfd5491
treeeac8222ed6e8aeac7e951e61016e65ec58a285b4
parentd74edea7e41d0c0177545abdd1e215f5b92fe95e
Move MediaWikiTestCase class to a new file and load it from phpunit.php
This restores the ability to run single tests with
php phpunit.php includes/filename.php
tests/phpunit/MediaWikiTestCase.php [new file with mode: 0644]
tests/phpunit/bootstrap.php
tests/phpunit/phpunit.php