1
0
Fork 0

Also fix disabled validation test output files

pull/357/head
Rob Lourens 2017-05-15 15:32:08 -07:00
parent 1bb710f852
commit 22ddb81f28
4 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
{ {
"references": { "references": {
"ForLoopReference1->foo()": [ "ForLoopReference1->foo()": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/forLoopReference1.php" "./_cases/forLoopReference1.php"
] ]
}, },
"definitions": { "definitions": {
@ -14,7 +14,7 @@
"name": "ForLoopReference1", "name": "ForLoopReference1",
"kind": 5, "kind": 5,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/forLoopReference1.php" "uri": "./_cases/forLoopReference1.php"
}, },
"containerName": "" "containerName": ""
}, },
@ -31,7 +31,7 @@
"name": "getThat", "name": "getThat",
"kind": 6, "kind": 6,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/forLoopReference1.php" "uri": "./_cases/forLoopReference1.php"
}, },
"containerName": "ForLoopReference1" "containerName": "ForLoopReference1"
}, },
@ -48,7 +48,7 @@
"name": "foo", "name": "foo",
"kind": 6, "kind": 6,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/forLoopReference1.php" "uri": "./_cases/forLoopReference1.php"
}, },
"containerName": "ForLoopReference1" "containerName": "ForLoopReference1"
}, },

View File

@ -1,13 +1,13 @@
{ {
"references": { "references": {
"a\\b": [ "a\\b": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/namespaces3.php" "./_cases/namespaces3.php"
], ],
"b": [ "b": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/namespaces3.php" "./_cases/namespaces3.php"
], ],
"c": [ "c": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/namespaces3.php" "./_cases/namespaces3.php"
] ]
}, },
"definitions": [] "definitions": []

View File

@ -1,13 +1,13 @@
{ {
"references": { "references": {
"ParamType": [ "ParamType": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parameterTypeResolution1.php" "./_cases/parameterTypeResolution1.php"
], ],
"static": [ "static": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parameterTypeResolution1.php" "./_cases/parameterTypeResolution1.php"
], ],
"ParamType->getAccount()": [ "ParamType->getAccount()": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parameterTypeResolution1.php" "./_cases/parameterTypeResolution1.php"
] ]
}, },
"definitions": { "definitions": {
@ -20,7 +20,7 @@
"name": "ParamType", "name": "ParamType",
"kind": 5, "kind": 5,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parameterTypeResolution1.php" "uri": "./_cases/parameterTypeResolution1.php"
}, },
"containerName": "" "containerName": ""
}, },
@ -37,7 +37,7 @@
"name": "setAccount", "name": "setAccount",
"kind": 6, "kind": 6,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parameterTypeResolution1.php" "uri": "./_cases/parameterTypeResolution1.php"
}, },
"containerName": "ParamType" "containerName": "ParamType"
}, },
@ -54,7 +54,7 @@
"name": "getAccount", "name": "getAccount",
"kind": 6, "kind": 6,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parameterTypeResolution1.php" "uri": "./_cases/parameterTypeResolution1.php"
}, },
"containerName": "ParamType" "containerName": "ParamType"
}, },

View File

@ -1,13 +1,13 @@
{ {
"references": { "references": {
"MyNamespace\\B": [ "MyNamespace\\B": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "./_cases/parent2.php"
], ],
"PARENT::b()": [ "PARENT::b()": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "./_cases/parent2.php"
], ],
"PARENT": [ "PARENT": [
"\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "./_cases/parent2.php"
] ]
}, },
"definitions": { "definitions": {
@ -20,7 +20,7 @@
"name": "MyNamespace", "name": "MyNamespace",
"kind": 3, "kind": 3,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "uri": "./_cases/parent2.php"
}, },
"containerName": "" "containerName": ""
}, },
@ -37,7 +37,7 @@
"name": "B", "name": "B",
"kind": 5, "kind": 5,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "uri": "./_cases/parent2.php"
}, },
"containerName": "MyNamespace" "containerName": "MyNamespace"
}, },
@ -54,7 +54,7 @@
"name": "b", "name": "b",
"kind": 6, "kind": 6,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "uri": "./_cases/parent2.php"
}, },
"containerName": "MyNamespace\\B" "containerName": "MyNamespace\\B"
}, },
@ -73,7 +73,7 @@
"name": "A", "name": "A",
"kind": 5, "kind": 5,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "uri": "./_cases/parent2.php"
}, },
"containerName": "MyNamespace" "containerName": "MyNamespace"
}, },
@ -90,7 +90,7 @@
"name": "a", "name": "a",
"kind": 6, "kind": 6,
"location": { "location": {
"uri": "\/Users\/roblou\/code\/php-language-server\/tests\/Validation\/..\/..\/validation\/frameworks\/broken\/parent2.php" "uri": "./_cases/parent2.php"
}, },
"containerName": "MyNamespace\\A" "containerName": "MyNamespace\\A"
}, },