Shalvah 1 рік тому
батько
коміт
5ed94cea88
1 змінених файлів з 0 додано та 1 видалено
  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);
     }