Skip to content

Commit

Permalink
Linked to PHPUnit docs showing multiple options to install it globally.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Feb 9, 2014
1 parent e9e410f commit b7a0e96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -24,7 +24,9 @@ And run `php composer.phar update`

## Running tests

Assuming you have PHPUnit installed system wide via PEAR, you can run the tests for cakephp by doing the following:
Assuming you have PHPUnit installed system wide using one of the methods stated
[here](http://phpunit.de/manual/current/en/installation.html), you can run the
tests for cakephp by doing the following:

1. Copy `phpunit.xml.dist` to `phpunit.xml`
2. Add the relevant database credentials to your phpunit.xml if you want to run tests against
Expand Down

0 comments on commit b7a0e96

Please sign in to comment.