Ver Fonte

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.

Wil Moore III há 14 anos atrás
pai
commit
6b64c76c4b
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      README.mdown

+ 2 - 1
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
 ------------------------------------