Skip to content

Commit

Permalink
Colorful error if not PHPUnit is found
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 21, 2011
1 parent 8fa73e9 commit 1014806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/TestsuiteShell.php
Expand Up @@ -165,7 +165,7 @@ public function initialize() {
$this->_dispatcher = new CakeTestSuiteDispatcher();
$sucess = $this->_dispatcher->loadTestFramework();
if (!$sucess) {
throw new Exception(__d('cake_dev', 'Please install PHPUnit framework (http://www.phpunit.de)'));
throw new Exception(__d('cake_dev', 'Please install PHPUnit framework <info>(http://www.phpunit.de)</info>'));
}
}

Expand Down

0 comments on commit 1014806

Please sign in to comment.