mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
feat: reworks evalution of Test Case
This commit is contained in:
@ -43,7 +43,7 @@ final class TeamCity extends DefaultResultPrinter
|
||||
/**
|
||||
* Creates a new printer instance.
|
||||
*/
|
||||
public function __construct(resource|string|null $out, bool $verbose, string $colors)
|
||||
public function __construct(string|null $out, bool $verbose, string $colors)
|
||||
{
|
||||
parent::__construct($out, $verbose, $colors);
|
||||
$this->phpunitTeamCity = new BaseTeamCity($out, $verbose, $colors);
|
||||
|
||||
Reference in New Issue
Block a user