Browse Source

Adjust CI (test)

Shalvah 1 năm trước cách đây
mục cha
commit
5ed94cea88
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tests/GenerateDocumentation/OutputTest.php

+ 0 - 1
tests/GenerateDocumentation/OutputTest.php

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