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

Breadcrumb

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

class ExecutionStartedSubscriber

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php \PHPUnit\TestRunner\TestResult\ExecutionStartedSubscriber

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

@internal This class is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • class \PHPUnit\Runner\GarbageCollection\Subscriber
    • class \PHPUnit\Runner\GarbageCollection\ExecutionStartedSubscriber extends \PHPUnit\Runner\GarbageCollection\Subscriber implements \PHPUnit\Event\TestRunner\ExecutionStartedSubscriber

Expanded class hierarchy of ExecutionStartedSubscriber

File

vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php, line 21

Namespace

PHPUnit\Runner\GarbageCollection
View source
final class ExecutionStartedSubscriber extends Subscriber implements TestRunnerExecutionStartedSubscriber {
    
    /**
     * @throws \PHPUnit\Framework\InvalidArgumentException
     * @throws InvalidArgumentException
     */
    public function notify(ExecutionStarted $event) : void {
        $this->handler()
            ->executionStarted();
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
ExecutionStartedSubscriber::notify public function Overrides ExecutionStartedSubscriber::notify
Subscriber::$handler private property
Subscriber::handler protected function
Subscriber::__construct public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal