PHPUnit is not installed!
You must install PHPUnit to use the CakePHP(tm) Test Suite.
PHPUnit can either be installed with pear, using the pear installer. Or the 'PHPUnit' directory from the distribution can be placed in one of your vendors directories.
- vendors
- vendors
To install with the PEAR installer run the following commands:
- pear channel-discover pear.phpunit.de
- pear channel-discover components.ez.no
- pear channel-discover pear.symfony-project.com
- pear install phpunit/PHPUnit
For full instructions on how to install PHPUnit, see the PHPUnit installation guide.