\PHPUnit_Util_Printer

Utility class that can print to STDOUT or write to a file.

Synopsis

class PHPUnit_Util_Printer {
}

Hierarchy

Violations

Checkstyle

Line Column Severity Message
132 39 error Only one argument is allowed per line in a multi-line function call
132 77 error Only one argument is allowed per line in a multi-line function call

Members

protected

  • $autoFlush — boolean
    If true, flush output after every write.
  • $out — resource
  • $outTarget — string
  • $printsHTML — boolean

Methods

public

History