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

Breadcrumb

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

class TestRunnerExecutionStartedSubscriber

@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\TextUI\Output\Default\ProgressPrinter\Subscriber
    • class \PHPUnit\TextUI\Output\Default\ProgressPrinter\TestRunnerExecutionStartedSubscriber extends \PHPUnit\TextUI\Output\Default\ProgressPrinter\Subscriber implements \PHPUnit\Event\TestRunner\ExecutionStartedSubscriber

Expanded class hierarchy of TestRunnerExecutionStartedSubscriber

File

vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php, line 20

Namespace

PHPUnit\TextUI\Output\Default\ProgressPrinter
View source
final class TestRunnerExecutionStartedSubscriber extends Subscriber implements ExecutionStartedSubscriber {
    public function notify(ExecutionStarted $event) : void {
        $this->printer()
            ->testRunnerExecutionStarted($event);
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
Subscriber::$printer private property
Subscriber::printer protected function
Subscriber::__construct public function
TestRunnerExecutionStartedSubscriber::notify public function Overrides ExecutionStartedSubscriber::notify
RSS feed
Powered by Drupal