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

Breadcrumb

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

function TestTriggeredPhpNoticeSubscriber::notify

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

Throws

FileDoesNotExistException

FileDoesNotHaveLineException

Overrides PhpNoticeTriggeredSubscriber::notify

File

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

Class

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

Namespace

PHPUnit\Runner\Baseline

Code

public function notify(PhpNoticeTriggered $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