writeln([ '', ' ERROR Tia mode requires a repository with a remote.', '', ' Without one there is no way to tell which branch is the default — the branch', ' whose baseline every other branch falls back to reading — so the first run on', ' each new branch would silently re-run the whole suite.', '', ' Add a remote, or name the branch yourself in tests/Pest.php:', '', ' pest()->tia()->defaultBranch(\'master\');', '', ]); } public function exitCode(): int { return 1; } }