Shalvah пре 4 година
родитељ
комит
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');
     }
 
     /**