diff --git a/tests/Server/TextDocument/Definition/GlobalTest.php b/tests/Server/TextDocument/Definition/GlobalTest.php index 553cdc03..2b1e353d 100644 --- a/tests/Server/TextDocument/Definition/GlobalTest.php +++ b/tests/Server/TextDocument/Definition/GlobalTest.php @@ -307,7 +307,7 @@ public function testDefinitionForNestedMethodCall() public function testDefinitionForPropertyFetchOnArrayDimFetch() { - // $obj->testProperty->testMethod(); + // TestClass::$staticTestProperty[123]->testProperty; // Get definition for testProperty $reference = $this->getReferenceLocations('TestClass::testProperty')[3]; $result = $this->textDocument->definition(