protected property PHPUnit_Util_Printer::$autoFlush

If TRUE, flush output after every write.

Type: boolean

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Printer.php, line 64

Class

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

Code

protected $autoFlush = FALSE;