function DrupalReporter::getOutput in SimpleTest 6
Same name and namespace in other branches
- 5 drupal_reporter.php \DrupalReporter::getOutput()
Could be extended to show more headers or whatever?
File
- ./
drupal_reporter.php, line 202
Class
- DrupalReporter
- Minimal drupal displayer. Accumulates output to $_output. Based on HtmlReporter by Marcus Baker
Code
function getOutput() {
return drupal_get_form('unit_tests', $this);
}