test groups refactoring

This commit is contained in:
Peter Papp
2021-07-18 16:53:12 +02:00
parent 18150cd920
commit a1778eab52
83 changed files with 1482 additions and 1421 deletions

View File

@@ -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();
}
}