From 5c399ca340fff3bc1dfbd39b874e9292f6c87817 Mon Sep 17 00:00:00 2001 From: Patrick Conroy Date: Tue, 3 Feb 2015 00:56:19 -0500 Subject: [PATCH] Fixing CS error --- tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php b/tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php index 439a1987119..018ad48d658 100644 --- a/tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php +++ b/tests/TestCase/ORM/Behavior/TranslateBehaviorTest.php @@ -986,5 +986,4 @@ public function testConditions() $result = $table->find()->first(); $this->assertNull($result->description); } - }