Browse Source

Merge pull request #2796 from ADmad/3.0-phpunit-install

Linked to PHPUnit docs showing multiple options to install it globally.
Mark Story 12 years ago
parent
commit
0bfb4aa68a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -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