Browse Source

Merge pull request #42 from wilmoore/feature/phpunit-version-note

Added note to README regarding phpunit 3.5+ being necessary
Jordi Boggiano 14 years ago
parent
commit
269db5f3d6
1 changed files with 2 additions and 1 deletions
  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
 ------------------------------------