diff --git a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php index d47f5569177..34441aa7ac7 100644 --- a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php @@ -396,7 +396,6 @@ public function testGenerateModels() { CakePlugin::unload(); } - /** * Test schema run create with no table args. * diff --git a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php index baa0c946b95..ff3f989650a 100644 --- a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php @@ -76,7 +76,9 @@ public function ajax2_layout() { * * @package Cake.Test.Case.Controller.Component */ -class CustomJsonView extends JsonView {} +class CustomJsonView extends JsonView { + +} /** * RequestHandlerComponentTest class