Lggr
|
Public Member Functions | |
__construct ($out=null) | |
flush () | |
incrementalFlush () | |
write ($buffer) | |
getAutoFlush () | |
setAutoFlush ($autoFlush) | |
Protected Attributes | |
$autoFlush = false | |
$out | |
$outTarget | |
Utility class that can print to STDOUT or write to a file.
PHPUnit\Util\Printer::__construct | ( | $out = null | ) |
Constructor.
mixed | $out |
Exception |
Reimplemented in PHPUnit\Util\TestDox\XmlResultPrinter.
PHPUnit\Util\Printer::flush | ( | ) |
Flush buffer and close output if it's not to a PHP stream
Reimplemented in PHPUnit\Util\Log\JUnit, PHPUnit\Util\TestDox\ResultPrinter, and PHPUnit\Util\TestDox\XmlResultPrinter.
PHPUnit\Util\Printer::getAutoFlush | ( | ) |
Check auto-flush mode.
PHPUnit\Util\Printer::incrementalFlush | ( | ) |
PHPUnit\Util\Printer::setAutoFlush | ( | $autoFlush | ) |
Set auto-flushing mode.
If set, incremental flushes will be done after each write. This should not be confused with the different effects of this class' flush() method.
bool | $autoFlush |
PHPUnit\Util\Printer::write | ( | $buffer | ) |
string | $buffer |