Sfoglia il codice sorgente

Update GenerateDocumentationTest.php

Shalvah 4 anni fa
parent
commit
7639e217ca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

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