class Illuminate / Testing / ParallelConsoleOutput

ParallelConsoleOutput

Extends

    Symfony\...\ConsoleOutput

Properties

protected

$output Symfony\...\OutputInterface

The original output instance.

Default: null
protected

$ignore array

The output that should be ignored.

Default: array

Methods

public

__construct ( $output ) : void

Create a new Parallel ConsoleOutput instance.

Parameters

  • $output Symfony\...\OutputInterface
public

write ( $messages , bool $newline , int $options ) : void

Writes a message to the output.

Parameters

  • $messages string|iterable
  • $newline bool
  • $options int