Sfoglia il codice sorgente

Fix directory deletion

Shalvah 4 anni fa
parent
commit
c29333376d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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');
     }
 
     /**