Skip to content

Commit 687b360

Browse files
committed
Cleanup
1 parent 50e9d2c commit 687b360

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/spec/OpenApiTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,5 @@ public function testInvalidTopLevelField()
255255
'OpenApi is missing required property: info',
256256
'OpenApi is missing required property: paths',
257257
], $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);
264258
}
265259
}

0 commit comments

Comments
 (0)