This commit is contained in:
nuno maduro
2026-05-01 21:22:33 +01:00
parent b2c07561e7
commit 6e0e030d71
4 changed files with 24 additions and 205 deletions

View File

@ -190,7 +190,7 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
return ! ($watchPatterns->isLocally() && in_array('--ci', $arguments, true));
}
public function getCachedResult(string $filename, string $testId): ?TestStatus
public function getStatus(string $filename, string $testId): ?TestStatus
{
if (! $this->replayGraph instanceof Graph) {
return null;