We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e41b0d7 commit 300b4c6Copy full SHA for 300b4c6
tests/GenerateDocumentation/OutputTest.php
@@ -205,6 +205,8 @@ public function generated_postman_collection_file_is_correct()
205
$generatedCollection['info']['_postman_id'] = '';
206
$fixtureCollection = json_decode(file_get_contents(__DIR__ . '/../Fixtures/collection.json'), true);
207
208
+ dump(array_diff($fixtureCollection, $generatedCollection));
209
+ dump($fixtureCollection == $generatedCollection);
210
$this->assertEquals($fixtureCollection, $generatedCollection);
211
}
212
0 commit comments