You are here

function DrupalReporter::getOutput in SimpleTest 5

Same name and namespace in other branches
  1. 6 drupal_reporter.php \DrupalReporter::getOutput()

Could be extended to show more headers or whatever?

File

./drupal_reporter.php, line 200

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);
}