Removed unncessary line to fix coding standards

This commit is contained in:
Graham Weldon 2012-05-01 09:51:22 +10:00
parent ef7e1b6c6c
commit c77c6f3b57

View file

@ -549,7 +549,6 @@ class TestTaskTest extends CakeTestCase {
$this->assertContains('unset($this->Example)', $result);
}
/**
* test Constructor generation ensure that constructClasses is called for controllers
*