diff --git a/lib/Cake/Test/Case/Controller/ComponentTest.php b/lib/Cake/Test/Case/Controller/ComponentTest.php index 8e5fca054af..531adccfb84 100644 --- a/lib/Cake/Test/Case/Controller/ComponentTest.php +++ b/lib/Cake/Test/Case/Controller/ComponentTest.php @@ -193,7 +193,6 @@ class SomethingWithEmailComponent extends Component { public $components = array('Email'); } - /** * ComponentTest class * diff --git a/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php b/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php index fcba798c882..7085d52b6a0 100644 --- a/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php +++ b/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php @@ -119,7 +119,6 @@ class MergePostsController extends MergeVarPluginAppController { public $uses = array(); } - /** * Test Case for Controller Merging of Vars. * diff --git a/lib/Cake/Test/Case/Controller/ControllerTest.php b/lib/Cake/Test/Case/Controller/ControllerTest.php index 7e9aad5ceab..d37f8b3599d 100644 --- a/lib/Cake/Test/Case/Controller/ControllerTest.php +++ b/lib/Cake/Test/Case/Controller/ControllerTest.php @@ -50,7 +50,6 @@ class ControllerTestAppController extends Controller { public $components = array('Cookie'); } - /** * ControllerPost class * diff --git a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php index 40c3570534a..cf2a0631eb9 100644 --- a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php +++ b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php @@ -131,7 +131,6 @@ public function missingWidgetThing() { class MissingWidgetThingException extends NotFoundException { } - /** * ExceptionRendererTest class * diff --git a/lib/Cake/Test/Case/Model/models.php b/lib/Cake/Test/Case/Model/models.php index 1f6c8799b12..5290e42adb8 100644 --- a/lib/Cake/Test/Case/Model/models.php +++ b/lib/Cake/Test/Case/Model/models.php @@ -2517,7 +2517,6 @@ class MyCategoriesMyProduct extends CakeTestModel { public $name = 'MyCategoriesMyProduct'; } - /** * NumberTree class * diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php index 23cca570d03..186f64bef6b 100644 --- a/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php +++ b/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php @@ -111,7 +111,6 @@ class StringsTestFixture extends CakeTestFixture { ); } - /** * CakeTestFixtureImportFixture class * @@ -175,7 +174,6 @@ class FixturePrefixTest extends Model { public $useDbConfig = 'test'; } - /** * Test case for CakeTestFixture * diff --git a/lib/Cake/Test/Case/View/ViewTest.php b/lib/Cake/Test/Case/View/ViewTest.php index fb20bc1b948..0a05a32b850 100644 --- a/lib/Cake/Test/Case/View/ViewTest.php +++ b/lib/Cake/Test/Case/View/ViewTest.php @@ -219,7 +219,6 @@ public function afterLayout($layoutFile) { } - /** * ViewTest class *