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

Breadcrumb

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

class TestTriggeredPhpunitDeprecationSubscriber

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

@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\TestTriggeredPhpunitDeprecationSubscriber extends \PHPUnit\TextUI\Output\Default\ProgressPrinter\Subscriber implements \PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber

Expanded class hierarchy of TestTriggeredPhpunitDeprecationSubscriber

File

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

Namespace

PHPUnit\TextUI\Output\Default\ProgressPrinter
View source
final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber {
    public function notify(PhpunitDeprecationTriggered $event) : void {
        $this->printer()
            ->testTriggeredPhpunitDeprecation();
    }

}

Members

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