teamcity: add missing test count output

This commit is contained in:
Sandro Gehri
2023-03-29 00:03:14 +02:00
parent ba87e1fde8
commit cd8d94780f
5 changed files with 28 additions and 0 deletions

View File

@ -40,6 +40,13 @@ final class ServiceMessage
]);
}
public static function testSuiteCount(int $count): self
{
return new self('testCount', [
'count' => $count,
]);
}
public static function testSuiteFinished(string $name): self
{
return new self('testSuiteFinished', [