function DispatchingEmitter::testCreatedTestProxy
@psalm-param class-string $className
Throws
Overrides Emitter::testCreatedTestProxy
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Emitter/ DispatchingEmitter.php, line 632
Class
- DispatchingEmitter
- @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Namespace
PHPUnit\EventCode
public function testCreatedTestProxy(string $className, array $constructorArguments) : void {
$this->dispatcher
->dispatch(new Test\TestProxyCreated($this->telemetryInfo(), $className, Exporter::export($constructorArguments, $this->exportObjects)));
}