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