From 8c40c9cbbed7c25a6f544219127998924ec4c673 Mon Sep 17 00:00:00 2001 From: vlakoff Date: Sat, 25 May 2013 04:09:44 +0200 Subject: Add a requirement in tests installation instructions PHPUnit requires Yaml package from pear.symfony.com channel. --- tests/README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-24-g4f1b