Skip to content

Commit

Permalink
replace Test/TestCase by tests/TestCase for Bake
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 10, 2014
1 parent e12e44d commit 65a09c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/Task/TestTask.php
Expand Up @@ -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/';
Expand Down

0 comments on commit 65a09c0

Please sign in to comment.