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

Breadcrumb

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

function ExecutionStartedSubscriber::notify

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php \PHPUnit\Event\TestRunner\ExecutionStartedSubscriber::notify()
  2. 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php \PHPUnit\TestRunner\TestResult\ExecutionStartedSubscriber::notify()

Throws

\PHPUnit\Framework\InvalidArgumentException

InvalidArgumentException

Overrides ExecutionStartedSubscriber::notify

File

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

Class

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

Namespace

PHPUnit\Runner\GarbageCollection

Code

public function notify(ExecutionStarted $event) : void {
    $this->handler()
        ->executionStarted();
}

API Navigation

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