Navigation Menu

Skip to content

Commit

Permalink
Correct small typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimegede committed Jun 5, 2013
1 parent 3aa189e commit 6c3a63e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Console/Command/TestShell.php
Expand Up @@ -171,8 +171,8 @@ public function getOptionParser() {
*/
public function initialize() {
$this->_dispatcher = new CakeTestSuiteDispatcher();
$sucess = $this->_dispatcher->loadTestFramework();
if (!$sucess) {
$success = $this->_dispatcher->loadTestFramework();
if (!$success) {
throw new Exception(__d('cake_dev', 'Please install PHPUnit framework <info>(http://www.phpunit.de)</info>'));
}
}
Expand Down
Expand Up @@ -160,7 +160,7 @@ public function testAuthenticateChallenge() {
}

/**
* test authenticate sucesss
* test authenticate success
*
* @return void
*/
Expand Down

0 comments on commit 6c3a63e

Please sign in to comment.