Enables or disables the writing of the document in flush().
This is a "hack" needed for the integration of PHPUnit with Phing.
@since Method available since Release 2.2.0
string
public function setWriteDocument($flag) {
if (is_bool($flag)) {
$this->writeDocument = $flag;
}
}