Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Removed obsolete statement, see #82
Browse files Browse the repository at this point in the history
  • Loading branch information
kleijnweb committed Aug 4, 2016
1 parent f0fa18a commit 35aeb70
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Test/ApiTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ public static function initSchemaManager($swaggerPath)
json_encode(self::$document->getDefinition())
);

file_put_contents(
'/tmp/swagger.json',
json_encode(self::$document->getDefinition(), JSON_PRETTY_PRINT)
);

self::$schemaManager = new SchemaManager(vfsStream::url('root') . '/swagger.json');
}

Expand Down

0 comments on commit 35aeb70

Please sign in to comment.