Constructor for DrupalTestCase.
$test_id: Tests with the same id are reported together.
public function __construct($test_id = NULL) { $this->testId = $test_id; }