mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Adds phpunit required version to TestShell "not found" error message.
This commit is contained in:
parent
997154565f
commit
e5dd8acb60
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class TestShell extends Shell {
|
|||
$this->_dispatcher = new CakeTestSuiteDispatcher();
|
||||
$success = $this->_dispatcher->loadTestFramework();
|
||||
if (!$success) {
|
||||
throw new Exception(__d('cake_dev', 'Please install PHPUnit framework <info>(http://www.phpunit.de)</info>'));
|
||||
throw new Exception(__d('cake_dev', 'Please install PHPUnit framework v3.7 <info>(http://www.phpunit.de)</info>'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue