Flush buffer and close output.
Overrides PHPUnit_Util_Printer::flush
File
- drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/TestDox/ResultPrinter.php, line 131
Class
- PHPUnit_Util_TestDox_ResultPrinter
- Base class for printers of TestDox documentation.
Code
public function flush() {
$this
->doEndClass();
$this
->endRun();
parent::flush();
}