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:
DarkAngelBGE 2008-04-29 18:24:52 +00:00
parent 5ea06cb29c
commit e38afee93d
5 changed files with 13 additions and 7 deletions

View file

@ -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;
}
}