From 3f7cbf561b46aa254fe14fdd1a44440c93daab81 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Sat, 19 May 2012 22:04:06 -0700 Subject: [PATCH] Update PHPUnit install instructions --- lib/Cake/TestSuite/templates/phpunit.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lib/Cake/TestSuite/templates/phpunit.php b/lib/Cake/TestSuite/templates/phpunit.php index 2a3dc6e7f..ae111f762 100644 --- a/lib/Cake/TestSuite/templates/phpunit.php +++ b/lib/Cake/TestSuite/templates/phpunit.php @@ -25,13 +25,11 @@

PHPUnit can be installed with pear, using the pear installer.

To install with the PEAR installer run the following commands:

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.

+

For full instructions on how to install PHPUnit, see the PHPUnit installation guide.

Download PHPUnit