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

+ 2 - 2
tests/GenerateDocumentationTest.php

@@ -37,8 +37,8 @@ class GenerateDocumentationTest extends TestCase
 
     public function tearDown(): void
     {
-      Utils::deleteDirectoryAndContents('/public/docs');
-      Utils::deleteDirectoryAndContents('/resources/docs');
+      Utils::deleteDirectoryAndContents('public/docs');
+      Utils::deleteDirectoryAndContents('resources/docs');
     }
 
     /**