Browse Source

Adjust CI (test)

Shalvah 1 year ago
parent
commit
300b4c6d2e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/GenerateDocumentation/OutputTest.php

+ 2 - 0
tests/GenerateDocumentation/OutputTest.php

@@ -205,6 +205,8 @@ class OutputTest extends BaseLaravelTest
         $generatedCollection['info']['_postman_id'] = '';
         $fixtureCollection = json_decode(file_get_contents(__DIR__ . '/../Fixtures/collection.json'), true);
 
+        dump(array_diff($fixtureCollection, $generatedCollection));
+        dump($fixtureCollection == $generatedCollection);
         $this->assertEquals($fixtureCollection, $generatedCollection);
     }