summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-09-14 13:18:58 +0200
committerPierre Schmitz <pierre@archlinux.de>2007-09-14 13:18:58 +0200
commit8f416baead93a48e5799e44b8bd2e2c4859f4e04 (patch)
treecd47ac55eb80a39e3225e8b4f3161b88ea16c2cf /tests/README
parentd7d08bd1a17618c7d77a6b9b2989e9f7293d6ed6 (diff)
auf Version 1.11 aktualisiert; Login-Bug behoben
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/README b/tests/README
index de153184..3bbf9704 100644
--- a/tests/README
+++ b/tests/README
@@ -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