You are here

function DrupalReporter::paintHeader in SimpleTest 6

Same name and namespace in other branches
  1. 5 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 34

Class

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

Code

function paintHeader($test_name) {
}