From b8cc605e214ca8d4e8c635521844929d861b4fd1 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 7 Nov 2010 18:00:22 -0500 Subject: [PATCH] Updating instructions for installing phpunit. --- cake/tests/lib/templates/phpunit.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cake/tests/lib/templates/phpunit.php b/cake/tests/lib/templates/phpunit.php index 050a2e1ce..24b5495ea 100644 --- a/cake/tests/lib/templates/phpunit.php +++ b/cake/tests/lib/templates/phpunit.php @@ -23,11 +23,18 @@

PHPUnit is not installed!

You must install PHPUnit to use the CakePHP(tm) Test Suite.

-

PHPUnit can either be installed with pear, using pear install phpunit. Or the 'PHPUnit' directory from the distribution can be placed in one of your vendors directories.

+

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.

+

To install with the PEAR installer run the following commands:

+

Download PHPUnit

\ No newline at end of file