From: Antoine Musso Date: Fri, 18 May 2007 21:45:01 +0000 (+0000) Subject: Fix #9332 : fix instructions in tests/README X-Git-Tag: 1.31.0-rc.0~52876 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=389fd9e9b82b5caa235e96331c2c84977b1c8742;p=lhc%2Fweb%2Fwiklou.git Fix #9332 : fix instructions in tests/README --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9835770459..bd629e0293 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -69,6 +69,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN Skins can still override the default rules. * (bug 1229) Balance columns in diff display evenly * Right-align diff line numbers in RTL language display +* (bug 9332) fix instructions in tests/README == MediaWiki API changes since 1.10 == diff --git a/tests/README b/tests/README index de153184fa..df9571633e 100644 --- a/tests/README +++ b/tests/README @@ -2,7 +2,10 @@ Some quickie unit tests done with the PHPUnit testing framework. To run the test suite, run 'make test' in this dir or 'php RunTests.php' You can install PHPUnit via pear like this: -# pear install PHPUnit +Firstly, register phpunit channel (it only need to be done once): +# pear channel-discover pear.phpunit.de +Then install the package: +# pear install phpunit/PHPUnit Or fetch and install it manually: -http://pear.php.net/package/PHPUnit +http://www.phpunit.de/