File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public function getInvalidTests(): \Generator
3232 'ref.json / empty tokens in $ref json-pointer / non-number is invalid ' ,
3333 'ref.json / id must be resolved against nearest parent, not just immediate parent / non-number is invalid ' ,
3434 'refRemote.json / Location-independent identifier in remote ref / string is invalid ' ,
35+ 'refRemote.json / base URI change - change folder / string is invalid '
3536 ];
3637
3738 foreach (parent ::getInvalidTests () as $ name => $ testcase ) {
@@ -68,7 +69,9 @@ public function getValidTests(): \Generator
6869 'ref.json / Location-independent identifier with base URI change in subschema / match ' ,
6970 'ref.json / empty tokens in $ref json-pointer / number is valid ' ,
7071 'ref.json / naive replacement of $ref with its destination is not correct / match the enum exactly ' ,
72+ 'ref.json / id must be resolved against nearest parent, not just immediate parent / number is valid ' ,
7173 'refRemote.json / Location-independent identifier in remote ref / integer is valid ' ,
74+ 'refRemote.json / base URI change - change folder / number is valid ' ,
7275 ];
7376
7477 foreach (parent ::getValidTests () as $ name => $ testcase ) {
You can’t perform that action at this time.
0 commit comments