Fix 'type_class' set to wrong value
parent
403e0c5743
commit
e46d0ded11
|
@ -69,7 +69,7 @@ class ValidationTest extends TestCase
|
|||
|
||||
$outputFile = getExpectedValuesFile($testCaseFile);
|
||||
if (!file_exists($outputFile)) {
|
||||
file_put_contents(json_encode($actualValues, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES));
|
||||
file_put_contents($outputFile, json_encode($actualValues, JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES));
|
||||
}
|
||||
|
||||
$expectedValues = (array)json_decode(file_get_contents($outputFile));
|
||||
|
@ -153,9 +153,9 @@ class ValidationTest extends TestCase
|
|||
unset($definition->$propertyName->location->range);
|
||||
} elseif ($propertyName === 'extends') {
|
||||
$definition->$propertyName = $definition->$propertyName ?? [];
|
||||
} elseif ($propertyName === 'type') {
|
||||
} elseif ($propertyName === 'type' && $definition->type !== null) {
|
||||
// Class info is not captured by json_encode. It's important for 'type'.
|
||||
$defsForAssert[$fqn][$propertyName . '__class'] = get_class($definition->$propertyName);
|
||||
$defsForAssert[$fqn]['type__class'] = get_class($definition->type);
|
||||
}
|
||||
|
||||
$defsForAssert[$fqn][$propertyName] = $definition->$propertyName;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": "Fixtures"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -43,7 +42,6 @@
|
|||
},
|
||||
"containerName": "Fixtures\\Prophecy"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "TestNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "TestNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -35,7 +34,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -53,7 +52,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -44,7 +43,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -31,7 +30,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -44,7 +43,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace1"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -78,7 +76,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -97,7 +94,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace2"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": "A"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": "LanguageServer\\Tests"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -35,7 +34,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -55,7 +53,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -74,7 +72,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -38,7 +37,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -44,7 +43,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -35,7 +34,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -41,7 +40,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -77,7 +75,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
@ -40,7 +39,6 @@
|
|||
},
|
||||
"containerName": "MyNamespace"
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
}
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
},
|
||||
"containerName": ""
|
||||
},
|
||||
"type__class": "LanguageServer\\Tests\\ValidationTest",
|
||||
"type": null,
|
||||
"documentation": null
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue