function PhpDeprecationTriggered::__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/ PhpDeprecationTriggered.php, line 51
Class
- PhpDeprecationTriggered
- @psalm-immutable
Namespace
PHPUnit\Event\TestCode
public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline, bool $ignoredByTest) {
$this->telemetryInfo = $telemetryInfo;
$this->test = $test;
$this->message = $message;
$this->file = $file;
$this->line = $line;
$this->suppressed = $suppressed;
$this->ignoredByBaseline = $ignoredByBaseline;
$this->ignoredByTest = $ignoredByTest;
}