Fix #9332 : fix instructions in tests/README
authorAntoine Musso <hashar@users.mediawiki.org>
Fri, 18 May 2007 21:45:01 +0000 (21:45 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Fri, 18 May 2007 21:45:01 +0000 (21:45 +0000)
RELEASE-NOTES
tests/README

index 9835770..bd629e0 100644 (file)
@@ -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 ==
index de15318..df95716 100644 (file)
@@ -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/