interface BootstrapFinishedSubscriber
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Event\Subscriber
- interface \PHPUnit\Event\TestRunner\BootstrapFinishedSubscriber extends \PHPUnit\Event\Subscriber
Expanded class hierarchy of BootstrapFinishedSubscriber
All classes that implement BootstrapFinishedSubscriber
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Events/ TestRunner/ BootstrapFinishedSubscriber.php, line 17
Namespace
PHPUnit\Event\TestRunnerView source
interface BootstrapFinishedSubscriber extends Subscriber {
public function notify(BootstrapFinished $event) : void;
}