in('Feature'); uses(TestCase::class, RefreshDatabase::class)->in('Unit'); // The module-system tests scaffold real modules on disk (Modules/ScaffoldProbe). // Paratest isolates the database but not that shared filesystem path, so run this // group serially after the parallel pass to avoid cross-worker collisions. uses()->group('modules')->in('Feature/Company/Modules');