Returns the XML as a string.
@since Method available since Release 2.2.0
Return value
string
File
- drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Log/JUnit.php, line 461
Class
- PHPUnit_Util_Log_JUnit
- A TestListener that generates a logfile of the test execution in XML markup.
Code
public function getXML() {
return $this->document
->saveXML();
}