Constructor for Drupal\simpletest\WebTestBase.
Overrides TestBase::__construct
File
- drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php, line 175
- Definition of Drupal\simpletest\WebTestBase.
Class
- WebTestBase
- Test case for typical Drupal tests.
Namespace
Drupal\simpletest
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
}