Constructor for DrupalWebTestCase.
Overrides DrupalTestCase::__construct
function __construct($test_id = NULL) { parent::__construct($test_id); $this->skipClasses[__CLASS__] = TRUE; }