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

Breadcrumb

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

function UnexpectedOutputPrinter::notify

Overrides PrintedUnexpectedOutputSubscriber::notify

File

vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php, line 34

Class

UnexpectedOutputPrinter

Namespace

PHPUnit\TextUI\Output\Default

Code

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