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

Breadcrumb

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

function ProgressPrinter::testTriggeredError

File

vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php, line 225

Class

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

Namespace

PHPUnit\TextUI\Output\Default\ProgressPrinter

Code

public function testTriggeredError(ErrorTriggered $event) : void {
    if (!$this->source
        ->ignoreSuppressionOfErrors() && $event->wasSuppressed()) {
        return;
    }
    $this->updateTestStatus(TestStatus::error());
}
RSS feed
Powered by Drupal