From f46582e98ed15930d6af84032d1f7ea3d0641144 Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 22 May 2014 11:48:55 -0400 Subject: [PATCH] Fix indentation. --- tests/TestCase/Network/SocketTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase/Network/SocketTest.php b/tests/TestCase/Network/SocketTest.php index 9cc14ae51f9..994cdff98b3 100644 --- a/tests/TestCase/Network/SocketTest.php +++ b/tests/TestCase/Network/SocketTest.php @@ -383,8 +383,8 @@ public function testGetContext() { ) ); try { - $this->Socket = new Socket($config); - $this->Socket->connect(); + $this->Socket = new Socket($config); + $this->Socket->connect(); } catch (SocketException $e) { $this->markTestSkipped('No network, skipping test.'); }