Просмотр исходного кода

Update GenerateDocumentationTest.php

Shalvah 4 лет назад
Родитель
Сommit
8335b758a8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

@@ -343,7 +343,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 */