mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 17:42:41 +00:00
code coverage support for plugins
typo fix in testsuite shell git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6734 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
5ea06cb29c
commit
e38afee93d
5 changed files with 13 additions and 7 deletions
|
@ -282,7 +282,7 @@ class TestSuiteShell extends Shell {
|
|||
*/
|
||||
function __installSimpleTest() {
|
||||
if (!App::import('Vendor', 'simpletest' . DS . 'reporter')) {
|
||||
$this->err('Sorry,. Simpletest could not be found. Download it from http://simpletest.org and install it to your vendors directory.');
|
||||
$this->err('Sorry, Simpletest could not be found. Download it from http://simpletest.org and install it to your vendors directory.');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue