Parcourir la source

Fix directory deletion

Shalvah il y a 4 ans
Parent
commit
c29333376d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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');
     }
 
     /**