publication !== null; } public function wasSkipped(): bool { return $this->skipped; } public function failed(): bool { return ! $this->succeeded() && ! $this->skipped; } }