mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Colorful error if not PHPUnit is found
This commit is contained in:
parent
8fa73e9650
commit
1014806c7b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class TestsuiteShell extends Shell {
|
|||
$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>'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue