You are here

function unit_tests in SimpleTest 6

Same name and namespace in other branches
  1. 5 drupal_reporter.php \unit_tests()
1 string reference to 'unit_tests'
DrupalReporter::getOutput in ./drupal_reporter.php
Could be extended to show more headers or whatever?

File

./drupal_reporter.php, line 260

Code

function unit_tests($args, $reporter) {
  return $reporter->form['Drupal Unit Tests'];
}