From 11227f54903c52a43faabd16fe951e8db127d927 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 10 Aug 2012 21:50:37 -0400 Subject: [PATCH] Fix coding standards. --- lib/Cake/Test/Case/Console/Command/SchemaShellTest.php | 1 - .../Case/Controller/Component/RequestHandlerComponentTest.php | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php index d47f55691..34441aa7a 100644 --- a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php @@ -396,7 +396,6 @@ class SchemaShellTest extends CakeTestCase { 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 baa0c946b..ff3f98965 100644 --- a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php @@ -76,7 +76,9 @@ class RequestHandlerTestController extends Controller { * * @package Cake.Test.Case.Controller.Component */ -class CustomJsonView extends JsonView {} +class CustomJsonView extends JsonView { + +} /** * RequestHandlerComponentTest class