Explorar o código

Update GenerateDocumentationTest.php

Shalvah %!s(int64=4) %!d(string=hai) anos
pai
achega
60059250c3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 */