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