Shalvah před 1 rokem
rodič
revize
300b4c6d2e
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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);
     }