diff --git a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php index c6ab22601..6d80e1ae5 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php @@ -549,7 +549,6 @@ class TestTaskTest extends CakeTestCase { $this->assertContains('unset($this->Example)', $result); } - /** * test Constructor generation ensure that constructClasses is called for controllers *