We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e9d2c commit 687b360Copy full SHA for 687b360
tests/spec/OpenApiTest.php
@@ -255,11 +255,5 @@ public function testInvalidTopLevelField()
255
'OpenApi is missing required property: info',
256
'OpenApi is missing required property: paths',
257
], $openapi->getErrors());
258
-
259
-// // check default value of servers
260
-// // https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#openapiObject
261
-// // If the servers property is not provided, or is an empty array, the default value would be a Server Object with a url value of /.
262
-// $this->assertCount(1, $openapi->servers);
263
-// $this->assertEquals('/', $openapi->servers[0]->url);
264
}
265
0 commit comments