mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
feat: toHaveAllMethodsDocumented and toHaveAllPropertiesDocumented
This commit is contained in:
@ -43,8 +43,14 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
*/
|
||||
final class TeamCityLogger
|
||||
{
|
||||
/**
|
||||
* The current time.
|
||||
*/
|
||||
private ?HRTime $time = null;
|
||||
|
||||
/**
|
||||
* Indicates if the summary test count has been printed.
|
||||
*/
|
||||
private bool $isSummaryTestCountPrinted = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user