diff --git a/tests/Validation/skipped.json b/tests/Validation/skipped.json index 901c77a..5e223ef 100644 --- a/tests/Validation/skipped.json +++ b/tests/Validation/skipped.json @@ -2,5 +2,6 @@ "forLoopReference1.php", "namespaces3.php", "parameterTypeResolution1.php", - "parent2.php" + "parent2.php", + "newStatic.php" ] \ No newline at end of file diff --git a/validation/frameworks/_cases/newStatic.php.expected.json b/validation/frameworks/_cases/newStatic.php.expected.json index 19a09b6..cafe114 100644 --- a/validation/frameworks/_cases/newStatic.php.expected.json +++ b/validation/frameworks/_cases/newStatic.php.expected.json @@ -1,5 +1,12 @@ { - "references": [], + "references": { + "static": [ + "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php" + ], + "NewStatic->foo()": [ + "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/_cases\/newStatic.php" + ] + }, "definitions": { "NewStatic": { "extends": [],