Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 22, 2014
1 parent 65b434e commit f46582e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Network/SocketTest.php
Expand Up @@ -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.');
}
Expand Down

0 comments on commit f46582e

Please sign in to comment.