소스 검색

Update GenerateDocumentationTest.php

Shalvah 4 년 전
부모
커밋
7639e217ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */