diff --git a/tests/Server/Workspace/SymbolTest.php b/tests/Server/Workspace/SymbolTest.php index fb56e9c..5d0ed34 100644 --- a/tests/Server/Workspace/SymbolTest.php +++ b/tests/Server/Workspace/SymbolTest.php @@ -68,7 +68,7 @@ class SymbolTest extends ServerTestCase public function testQueryFiltersResults() { // Request symbols - $result = $this->workspace->symbol('testmethod')->wait(); + $result = $this->workspace->symbol('testmethod')->wait(); // @codingStandardsIgnoreStart $this->assertEquals([ new SymbolInformation('staticTestMethod', SymbolKind::METHOD, $this->getDefinitionLocation('TestNamespace\\TestClass::staticTestMethod()'), 'TestNamespace\\TestClass'),