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