Fixing typo in testtask. Fixes #659

This commit is contained in:
Mark Story 2010-05-04 23:29:54 -04:00
parent fcad9b464c
commit 918e961f7d

View file

@ -95,7 +95,7 @@ class TestTask extends BakeTask {
$this->out(sprintf(__("Path: %s", true), $this->path)); $this->out(sprintf(__("Path: %s", true), $this->path));
$this->hr(); $this->hr();
$selection = null; $type = null;
if ($type) { if ($type) {
$type = Inflector::camelize($type); $type = Inflector::camelize($type);
if (!in_array($type, $this->classTypes)) { if (!in_array($type, $this->classTypes)) {