function unit_tests in SimpleTest 5
Same name and namespace in other branches
- 6 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 258
Code
function unit_tests($reporter) {
return $reporter->form;
}