use makeTitleSafe()
[lhc/web/wiklou.git] / tests / README
index de15318..3bbf970 100644 (file)
@@ -1,8 +1,9 @@
 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
+PHPUnit is no longer maintained by PEAR. To get the current version of
+PHPUnit, first uninstall any old version of PHPUnit or PHPUnit2 from PEAR, 
+then install the current version from phpunit.de like this:
 
-Or fetch and install it manually:
-http://pear.php.net/package/PHPUnit
+# pear channel-discover pear.phpunit.de
+# pear install phpunit/PHPUnit