artisan('device-models:fetch') ->expectsOutput('Dispatching FetchDeviceModelsJob...') ->expectsOutput('FetchDeviceModelsJob has been dispatched successfully.') ->assertExitCode(0); Queue::assertPushed(FetchDeviceModelsJob::class); });