InvalidArgumentException
UnknownEventTypeException
Overrides Emitter::testFailed
public function testFailed(Code\Test $test, Throwable $throwable, ?ComparisonFailure $comparisonFailure) : void { $this->dispatcher ->dispatch(new Test\Failed($this->telemetryInfo(), $test, $throwable, $comparisonFailure)); }