public function WebTestBase::__construct in SimpleTest 8.3
Constructor for \Drupal\simpletest\WebTestBase.
Overrides TestBase::__construct
File
- src/
WebTestBase.php, line 221
Class
- WebTestBase
- Test case for typical Drupal tests.
Namespace
Drupal\simpletestCode
public function __construct($test_id = NULL) {
parent::__construct($test_id);
$this->skipClasses[__CLASS__] = TRUE;
$this->classLoader = (require DRUPAL_ROOT . '/autoload.php');
}