We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310de02 commit 70fc5bfCopy full SHA for 70fc5bf
1 file changed
tests/ReferenceContextTest.php
@@ -183,6 +183,10 @@ public function normalizeUriProvider()
183
'/var/www/api/../definitions.yaml#/components/Pet',
184
'file:///var/www/definitions.yaml#/components/Pet',
185
],
186
+ [
187
+ '/var/www/api/foo/../../definitions.yaml#/components/Pet',
188
+ 'file:///var/www/definitions.yaml#/components/Pet',
189
+ ],
190
];
191
192
return $data;
0 commit comments