writeln([ '', ' ERROR Tia mode requires Pest tests.', '', sprintf(' Encountered PHPUnit class %s', $this->className), sprintf(' in %s.', $this->file), '', ' Convert it to a Pest test, or run without Tia.', '', ]); } public function exitCode(): int { return 1; } }