Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExecutionStartedSubscriber.php

interface ExecutionStartedSubscriber

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • interface \PHPUnit\Event\Subscriber
    • interface \PHPUnit\Event\TestRunner\ExecutionStartedSubscriber extends \PHPUnit\Event\Subscriber

Expanded class hierarchy of ExecutionStartedSubscriber

All classes that implement ExecutionStartedSubscriber

3 files declare their use of ExecutionStartedSubscriber
ExecutionStartedSubscriber.php in vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php
ExecutionStartedSubscriber.php in vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php
TestRunnerExecutionStartedSubscriber.php in vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php

File

vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php, line 17

Namespace

PHPUnit\Event\TestRunner
View source
interface ExecutionStartedSubscriber extends Subscriber {
    public function notify(ExecutionStarted $event) : void;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ExecutionStartedSubscriber::notify public function 3
RSS feed
Powered by Drupal