function DispatchingEmitter::testPrintedUnexpectedOutput
@psalm-param non-empty-string $output
Throws
Overrides Emitter::testPrintedUnexpectedOutput
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Emitter/ DispatchingEmitter.php, line 984
Class
- DispatchingEmitter
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\EventCode
public function testPrintedUnexpectedOutput(string $output) : void {
$this->dispatcher
->dispatch(new Test\PrintedUnexpectedOutput($this->telemetryInfo(), $output));
}