This commit is contained in:
nuno maduro
2026-05-01 21:30:44 +01:00
parent 6e0e030d71
commit 5c08a135f7
3 changed files with 2 additions and 55 deletions

View File

@ -234,7 +234,7 @@ final class Tia implements AddsOutput, HandlesArguments, Terminable
return $result;
}
public function getCachedAssertions(string $testId): int
public function getAssertionCount(string $testId): int
{
return $this->cachedAssertionsByTestId[$testId] ?? 0;
}