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

Breadcrumb

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

function TestTriggeredErrorSubscriber::notify

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php \PHPUnit\TestRunner\TestResult\TestTriggeredErrorSubscriber::notify()

Overrides ErrorTriggeredSubscriber::notify

File

vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php, line 22

Class

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

Namespace

PHPUnit\TextUI\Output\Default\ProgressPrinter

Code

public function notify(ErrorTriggered $event) : void {
    $this->printer()
        ->testTriggeredError($event);
}
RSS feed
Powered by Drupal