assertSwaggerEqualsFile(__DIR__ . '/ExamplesOutput/' . $output, $swagger); } /** * dataProvider for testExample * @return array */ public function getExamples() { return [ ['petstore.swagger.io', 'petstore.swagger.io.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'], ['dynamic-reference', 'dynamic-reference.json'], ]; } }