From 7ae4ca9efc92c4d1c1afb422370abb1e7a055436 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Wed, 20 May 2015 21:42:02 +0200 Subject: [PATCH] Fix CS --- tests/TestCase/View/HelperTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase/View/HelperTest.php b/tests/TestCase/View/HelperTest.php index a3dea052023..0ef54460337 100644 --- a/tests/TestCase/View/HelperTest.php +++ b/tests/TestCase/View/HelperTest.php @@ -190,5 +190,4 @@ public function testDebugInfo() $result = $Helper->__debugInfo(); $this->assertEquals($expected, $result); } - }