create(['email' => 'orphan-cli@ops.test']); $this->artisan('clupilot:create-operator --email=orphan-cli@ops.test --name=Orphan --password=a-strong-password-123') ->assertFailed(); expect(Operator::query()->where('email', 'orphan-cli@ops.test')->exists())->toBeFalse(); });