Skip to content

Commit

Permalink
Tests now work fine with phpunit 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 19, 2014
1 parent 5777254 commit b37cba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -51,8 +51,8 @@ chance of keeping on top of things.


## Test cases and codesniffer ## Test cases and codesniffer


CakePHP tests requires [PHPUnit](http://www.phpunit.de/manual/current/en/installation.html) CakePHP tests requires [PHPUnit](http://www.phpunit.de/manual/current/en/installation.html).
3.7, version 4 is not compatible. To run the test cases locally use the following command: To run the test cases locally use the following command:


phpunit --stderr tests/TestCase/ phpunit --stderr tests/TestCase/


Expand Down

0 comments on commit b37cba1

Please sign in to comment.