Jelajahi Sumber

Update GenerateDocumentationTest.php

Shalvah 4 tahun lalu
induk
melakukan
7639e217ca
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 */