function DispatchingEmitter::testTriggeredError
@psalm-param non-empty-string $message @psalm-param non-empty-string $file @psalm-param positive-int $line
Throws
Overrides Emitter::testTriggeredError
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Emitter/ DispatchingEmitter.php, line 838
Class
- DispatchingEmitter
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\EventCode
public function testTriggeredError(Code\Test $test, string $message, string $file, int $line, bool $suppressed) : void {
$this->dispatcher
->dispatch(new Test\ErrorTriggered($this->telemetryInfo(), $test, $message, $file, $line, $suppressed));
}