From bb94aeac7edbc72cb3ac7c333c6d5eb7d6fadaf9 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Mon, 1 May 2017 22:40:01 -0700 Subject: [PATCH] Add newStatic.php to skipped.json --- tests/Validation/skipped.json | 3 ++- validation/frameworks/_cases/newStatic.php.expected.json | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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": [],