Selaa lähdekoodia

Update GenerateDocumentationTest.php

Shalvah 4 vuotta sitten
vanhempi
commit
7639e217ca
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */