Explorar o código

Adjust CI (test)

Shalvah hai 1 ano
pai
achega
ebaaed6df6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/GenerateDocumentation/OutputTest.php

+ 1 - 1
tests/GenerateDocumentation/OutputTest.php

@@ -205,8 +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);
+        dump(array_diff($fixtureCollection, $generatedCollection));
         $this->assertEquals($fixtureCollection, $generatedCollection);
     }