Skip to content

Commit

Permalink
Merge pull request #205 from janephp/fix/local-apip-demo-file
Browse files Browse the repository at this point in the history
Fixing APIP demo file to have it locally
  • Loading branch information
Korbeil committed Dec 9, 2019
2 parents 0d04d45 + d2b0ece commit 3351048
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/OpenApi/Tests/fixtures/api-platform-demo/.jane-openapi
@@ -1,8 +1,7 @@
<?php

return [
'openapi-file' => 'https://demo.api-platform.com/docs.json',
'openapi-file' => __DIR__ . '/apip-demo.json',
'namespace' => 'ApiPlatform\Demo',
'directory' => __DIR__ . '/generated',
'use-fixer' => false,
];

Large diffs are not rendered by default.

Expand Up @@ -4,5 +4,4 @@ return [
'openapi-file' => __DIR__ . '/schema.json',
'namespace' => 'Jane\OpenApi\Tests\Expected',
'directory' => __DIR__ . '/generated',
'use-fixer' => false,
];

0 comments on commit 3351048

Please sign in to comment.