mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing typo in testtask. Fixes #659
This commit is contained in:
parent
fcad9b464c
commit
918e961f7d
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue