Skip to content

Commit

Permalink
Fixing typo in testtask. Fixes #659
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 5, 2010
1 parent fcad9b4 commit 918e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/tasks/test.php
Expand Up @@ -95,7 +95,7 @@ function __interactive($type = null) {
$this->out(sprintf(__("Path: %s", true), $this->path));
$this->hr();

$selection = null;
$type = null;
if ($type) {
$type = Inflector::camelize($type);
if (!in_array($type, $this->classTypes)) {
Expand Down

0 comments on commit 918e961

Please sign in to comment.