public function wasSuccessfulAndNoTestHasIssues() : bool { return $this->wasSuccessful() && !$this->hasTestsWithIssues(); }