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