assertOpenApiEqualsFile(__DIR__.'/ExamplesOutput/'.$output, $openapi); } /** * dataProvider for testExample * * @return array */ public function getExamples() { return [ ['misc', 'misc.json'], ['openapi-spec', 'openapi-spec.json'], ['petstore.swagger.io', 'petstore.swagger.io.json'], ['petstore-3.0', 'petstore-3.0.json'], ['swagger-spec/petstore', 'petstore.json'], ['swagger-spec/petstore-simple', 'petstore-simple.json'], ['swagger-spec/petstore-with-external-docs', 'petstore-with-external-docs.json'], ['using-refs', 'using-refs.json'], ['example-object', 'example-object.json'], ]; } }