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