public function testPrepared(Prepared $event) : void { if (!$event->test() ->isTestMethod()) { return; } $this->status = TestStatus::unknown(); $this->throwable = null; $this->prepared = true; }