1
0
Fork 0

More code style fixes

pull/35/head
Felix Becker 2016-10-10 10:48:53 +02:00
parent f1c799159e
commit a43d2b2a0f
1 changed files with 3 additions and 3 deletions

View File

@ -62,6 +62,6 @@ class FormattingTest extends TestCase
$textDocument = new Server\TextDocument($project, $client);
$result = $textDocument->formatting(new TextDocumentIdentifier('whatever'), new FormattingOptions());
$this->assertEquals([], json_decode(json_encode($result), true));
$this->assertSame([], $result);
}
}