From 389fd9e9b82b5caa235e96331c2c84977b1c8742 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 18 May 2007 21:45:01 +0000 Subject: [PATCH] Fix #9332 : fix instructions in tests/README --- RELEASE-NOTES | 1 + tests/README | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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/ -- 2.20.1