Преглед изворни кода

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 */