function ErrorTriggered::__construct
@psalm-param non-empty-string $message @psalm-param non-empty-string $file @psalm-param positive-int $line
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Events/ Test/ Issue/ ErrorTriggered.php, line 49
Class
- ErrorTriggered
- @psalm-immutable
Namespace
PHPUnit\Event\TestCode
public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed) {
$this->telemetryInfo = $telemetryInfo;
$this->test = $test;
$this->message = $message;
$this->file = $file;
$this->line = $line;
$this->suppressed = $suppressed;
}