|
@@ -344,7 +344,7 @@ class GenerateDocumentationTest extends TestCase
|
|
$this->artisan('scribe:generate');
|
|
$this->artisan('scribe:generate');
|
|
|
|
|
|
$this->assertFileExists(realpath(__DIR__ . '/../static/docs/index.html'));
|
|
$this->assertFileExists(realpath(__DIR__ . '/../static/docs/index.html'));
|
|
- Utils::deleteDirectoryAndContents('static/docs')
|
|
|
|
|
|
+ Utils::deleteDirectoryAndContents('static/docs');
|
|
}
|
|
}
|
|
|
|
|
|
/** @test */
|
|
/** @test */
|