You are here

function DrupalReporter::paintCaseEnd in SimpleTest 6

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

File

./drupal_reporter.php, line 185

Class

DrupalReporter
Minimal drupal displayer. Accumulates output to $_output. Based on HtmlReporter by Marcus Baker

Code

function paintCaseEnd($test_name) {
  $this
    ->paintGroupEnd($test_name);
}