Browse Source

Update GenerateDocumentationTest.php

Shalvah 4 years ago
parent
commit
60059250c3
1 changed files with 0 additions and 2 deletions
  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 */