diff --git a/lib/Cake/TestSuite/templates/phpunit.php b/lib/Cake/TestSuite/templates/phpunit.php index 70b6ee098..9d4a5c8de 100644 --- a/lib/Cake/TestSuite/templates/phpunit.php +++ b/lib/Cake/TestSuite/templates/phpunit.php @@ -30,6 +30,7 @@
pear channel-discover pear.symfony-project.com
pear install phpunit/PHPUnit-3.5.15
Once PHPUnit is installed make sure its located on PHP's include_path
by checking your php.ini
For full instructions on how to install PHPUnit, see the PHPUnit installation guide.