From 65a09c0de0985e3d83152e0a8f3f698bbc6bccd3 Mon Sep 17 00:00:00 2001 From: antograssiot Date: Thu, 10 Jul 2014 20:42:01 +0200 Subject: [PATCH] replace Test/TestCase by tests/TestCase for Bake --- src/Console/Command/Task/TestTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Command/Task/TestTask.php b/src/Console/Command/Task/TestTask.php index 114058aeb19..f0fa424b1b7 100644 --- a/src/Console/Command/Task/TestTask.php +++ b/src/Console/Command/Task/TestTask.php @@ -462,7 +462,7 @@ public function generateUses($type, $fullClassName) { * @return string */ public function getPath() { - $dir = 'Test/TestCase/'; + $dir = 'tests/TestCase/'; $path = ROOT . DS . $dir; if (isset($this->plugin)) { $path = $this->_pluginPath($this->plugin) . 'tests/TestCase/';