Browse Source

Update GenerateDocumentationTest.php

Shalvah 4 năm trước cách đây
mục cha
commit
60059250c3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      tests/GenerateDocumentationTest.php

+ 0 - 2
tests/GenerateDocumentationTest.php

@@ -303,7 +303,6 @@ class GenerateDocumentationTest extends TestCase
 
         $generatedMarkdown = $this->getFileContents(__DIR__ . '/../resources/docs/groups/group-a.md');
         $this->assertContainsIgnoringWhitespace('"Authorization": "customAuthToken","Custom-Header":"NotSoCustom"', $generatedMarkdown);
-        Utils::deleteDirectoryAndContents('resources/docs');
     }
 
     /** @test */
@@ -316,7 +315,6 @@ class GenerateDocumentationTest extends TestCase
 
         $generatedMarkdown = file_get_contents(__DIR__ . '/../resources/docs/groups/group-a.md');
         $this->assertStringContainsString('Лорем ипсум долор сит амет', $generatedMarkdown);
-        Utils::deleteDirectoryAndContents('resources/docs');
     }
 
     /** @test */