You are here

function DrupalReporter::paintHeader in SimpleTest 5

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

Paints the top of the web page setting the title to the name of the starting test.

@access public

Parameters

string $test_name Name class of test.:

File

./drupal_reporter.php, line 33

Class

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

Code

function paintHeader($test_name) {
}