Remove invalid URI formatting test
parent
1d5ee25939
commit
3cf1fd9c97
|
@ -57,14 +57,4 @@ class FormattingTest extends TestCase
|
||||||
'newText' => $expected
|
'newText' => $expected
|
||||||
]], json_decode(json_encode($result), true));
|
]], json_decode(json_encode($result), true));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testFormattingInvalidUri()
|
|
||||||
{
|
|
||||||
$client = new LanguageClient(new MockProtocolStream());
|
|
||||||
$project = new Project($client);
|
|
||||||
$textDocument = new Server\TextDocument($project, $client);
|
|
||||||
|
|
||||||
$result = $textDocument->formatting(new TextDocumentIdentifier('whatever'), new FormattingOptions());
|
|
||||||
$this->assertSame([], $result);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue