interface PreparationStartedSubscriber
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
Hierarchy
- interface \PHPUnit\Event\Subscriber
- interface \PHPUnit\Event\Test\PreparationStartedSubscriber extends \PHPUnit\Event\Subscriber
Expanded class hierarchy of PreparationStartedSubscriber
All classes that implement PreparationStartedSubscriber
1 file declares its use of PreparationStartedSubscriber
- TestPreparationStartedSubscriber.php in vendor/
phpunit/ phpunit/ src/ Logging/ JUnit/ Subscriber/ TestPreparationStartedSubscriber.php
File
-
vendor/
phpunit/ phpunit/ src/ Event/ Events/ Test/ Lifecycle/ PreparationStartedSubscriber.php, line 17
Namespace
PHPUnit\Event\TestView source
interface PreparationStartedSubscriber extends Subscriber {
public function notify(PreparationStarted $event) : void;
}