From 6b64c76c4be6f48e41c9ea6228ec1f504de4befe Mon Sep 17 00:00:00 2001 From: Wil Moore III Date: Mon, 8 Aug 2011 18:26:51 -0600 Subject: [PATCH] Added note to README regarding phpunit 3.5+ being necessary in order to run the test suite some developers are using PHP 5.3 with phpunit 3.4.15 or similar. --- README.mdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 92fae4b1..b5d6612f 100644 --- a/README.mdown +++ b/README.mdown @@ -71,7 +71,8 @@ About Requirements ------------ -Any flavor of PHP 5.3 should do +- Any flavor of PHP 5.3 should do +- [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version) Submitting bugs and feature requests ------------------------------------