\PHPUnit_Util_Log_TAP

A TestListener that generates a logfile of the test execution using the Test Anything Protocol (TAP).

Synopsis

class PHPUnit_Util_Log_TAP extends PHPUnit_Util_Printer implements PHPUnit_Framework_TestListener {
}

Hierarchy

Violations

Checkstyle

Line Column Severity Message
112 19 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
  • $testNumber — integer
  • $testSuccessful — boolean
  • $testSuiteLevel — integer

Methods

protected

public

Inherited from PHPUnit_Util_Printer

public

History