in('Feature', 'Unit'); /* |-------------------------------------------------------------------------- | Database Refresh |-------------------------------------------------------------------------- | | Apply RefreshDatabase to Feature tests that need a clean database state. | Unit tests typically don't require database access. | */ uses(RefreshDatabase::class)->in('Feature');