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