From 1d8199b86d231287a2089c5db42f81a11cb44461 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 17 Oct 2011 09:31:31 -0400 Subject: [PATCH] Update the PHPUnit install instructions. Fixes #2106 --- lib/Cake/TestSuite/templates/phpunit.php | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/lib/Cake/TestSuite/templates/phpunit.php b/lib/Cake/TestSuite/templates/phpunit.php index f68bfc9b4a3..70b6ee09851 100644 --- a/lib/Cake/TestSuite/templates/phpunit.php +++ b/lib/Cake/TestSuite/templates/phpunit.php @@ -22,19 +22,15 @@

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.

- +

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

To install with the PEAR installer run the following commands:

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

Download PHPUnit

- \ No newline at end of file +