Parcourir la source

Update GenerateDocumentationTest.php

Shalvah il y a 4 ans
Parent
commit
19b5b0aabe
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      tests/GenerateDocumentationTest.php

+ 0 - 1
tests/GenerateDocumentationTest.php

@@ -343,7 +343,6 @@ class GenerateDocumentationTest extends TestCase
         $this->artisan('scribe:generate');
 
         $this->assertFileExists(realpath(__DIR__ . '/../static/docs/index.html'));
-        Utils::deleteDirectoryAndContents('static/docs');
     }
 
     /** @test */