Skip to content

Commit

Permalink
Remove idiotic mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 16, 2014
1 parent aef69a1 commit b82f39f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/Command/Task/TestTask.php
Expand Up @@ -238,7 +238,6 @@ public function typeCanDetectFixtures($type) {
*/
public function buildTestSubject($type, $class) {
TableRegistry::clear();
debug($type);
if (strtolower($type) === 'table') {
list($namespace, $name) = namespaceSplit($class);
$name = str_replace('Table', '', $name);
Expand Down

0 comments on commit b82f39f

Please sign in to comment.