ソースを参照

replace Test/TestCase by tests/TestCase for Bake

antograssiot 11 年 前
コミット
65a09c0de0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Console/Command/Task/TestTask.php

+ 1 - 1
src/Console/Command/Task/TestTask.php

@@ -462,7 +462,7 @@ class TestTask extends BakeTask {
  * @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/';