public function testErrored(Errored $event) : void { $this->cache ->setStatus($event->test() ->id(), TestStatus::error($event->throwable() ->message())); }