diff options
author | vlakoff <vlakoff@gmail.com> | 2013-05-25 04:09:44 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2013-05-25 04:09:44 +0200 |
commit | 8c40c9cbbed7c25a6f544219127998924ec4c673 (patch) | |
tree | 31f06d9802856805bc60aeccff914b1c1b74a88c | |
parent | d4d80223ccef8fd3606f3a89d33afbfe95226bd8 (diff) |
Add a requirement in tests installation instructions
PHPUnit requires Yaml package from pear.symfony.com channel.
-rw-r--r-- | tests/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index a5f89a2b1..3e32edc0c 100644 --- a/tests/README.md +++ b/tests/README.md @@ -17,6 +17,7 @@ format to facilitate clean api design. [see http://arrenbrecht.ch/testing/] PHP Unit >= 3.5.6 pear channel-discover pear.phpunit.de + pear channel-discover pear.symfony.com pear install phpunit/PHPUnit vfsStream |