Skip to content

Commit 300b4c6

Browse files
committed
Adjust CI (test)
1 parent e41b0d7 commit 300b4c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/GenerateDocumentation/OutputTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ public function generated_postman_collection_file_is_correct()
205205
$generatedCollection['info']['_postman_id'] = '';
206206
$fixtureCollection = json_decode(file_get_contents(__DIR__ . '/../Fixtures/collection.json'), true);
207207

208+
dump(array_diff($fixtureCollection, $generatedCollection));
209+
dump($fixtureCollection == $generatedCollection);
208210
$this->assertEquals($fixtureCollection, $generatedCollection);
209211
}
210212

0 commit comments

Comments
 (0)