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

Breadcrumb

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

function TestSuiteStartedSubscriber::notify

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php \PHPUnit\Logging\JUnit\TestSuiteStartedSubscriber::notify()
  2. 11.1.x vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php \PHPUnit\Logging\TeamCity\TestSuiteStartedSubscriber::notify()
  3. 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php \PHPUnit\TestRunner\TestResult\TestSuiteStartedSubscriber::notify()

Overrides StartedSubscriber::notify

File

vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php, line 22

Class

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

Namespace

PHPUnit\Runner\ResultCache

Code

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

API Navigation

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