public function PHPUnit_Util_Printer::getAutoFlush in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Util/Printer.php \PHPUnit_Util_Printer::getAutoFlush()
Check auto-flush mode.
@since Method available since Release 3.3.0
Return value
bool
File
- vendor/
phpunit/ phpunit/ src/ Util/ Printer.php, line 147
Class
- PHPUnit_Util_Printer
- Utility class that can print to STDOUT or write to a file.
Code
public function getAutoFlush() {
return $this->autoFlush;
}