Browse Source

Remove duplicate call to bakeTest.

Fixes #4090
mark_story 11 years ago
parent
commit
dc7fcb994f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Console/Command/Task/ControllerTask.php

+ 0 - 1
src/Console/Command/Task/ControllerTask.php

@@ -70,7 +70,6 @@ class ControllerTask extends BakeTask {
 		foreach ($this->listAll() as $table) {
 			$controller = $this->_controllerName($table);
 			$this->bake($controller);
-			$this->bakeTest($controller);
 			$controllersCreated++;
 		}
 	}