Overrides ResultCache::status
public function status(string $id) : TestStatus { return $this->defects[$id] ?? TestStatus::unknown(); }