'home.index'], header: 'Dashboard'); $dataContext = []; $textResolver->shouldReceive('execute')->andReturnUsing(fn($v) => $v); View::shouldReceive('composer')->once(); $action->execute($attributeInstance, $dataContext); });