1
0
Fork 0

Add newStatic.php to skipped.json

pull/357/head
Rob Lourens 2017-05-01 22:40:01 -07:00
parent dc673373df
commit bb94aeac7e
2 changed files with 10 additions and 2 deletions

View File

@ -2,5 +2,6 @@
"forLoopReference1.php",
"namespaces3.php",
"parameterTypeResolution1.php",
"parent2.php"
"parent2.php",
"newStatic.php"
]

View File

@ -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": [],