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