mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
test groups refactoring
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use Domain\SetupWizard\Services\SetupService;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
@@ -22,5 +23,7 @@ abstract class TestCase extends BaseTestCase
|
||||
Notification::fake();
|
||||
|
||||
Storage::fake('local');
|
||||
|
||||
resolve(SetupService::class)->create_directories();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user