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

Breadcrumb

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

function TestTriggeredDeprecationSubscriber::notify

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php \PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredDeprecationSubscriber::notify()
  2. 11.1.x vendor/phpunit/phpunit/src/Logging/TestDox/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php \PHPUnit\Logging\TestDox\TestTriggeredDeprecationSubscriber::notify()
  3. 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php \PHPUnit\TestRunner\TestResult\TestTriggeredDeprecationSubscriber::notify()

Throws

FileDoesNotExistException

FileDoesNotHaveLineException

Overrides DeprecationTriggeredSubscriber::notify

File

vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php, line 27

Class

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

Namespace

PHPUnit\Runner\Baseline

Code

public function notify(DeprecationTriggered $event) : void {
    $this->generator()
        ->testTriggeredIssue($event);
}

API Navigation

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