|
@@ -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');
|
|
|
}
|
|
|
|
|
|
/**
|