Beispiel #1
0
 /**
  * Constructor for \Drupal\simpletest\WebTestBase.
  */
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->skipClasses[__CLASS__] = TRUE;
     $this->classLoader = (require DRUPAL_ROOT . '/autoload.php');
 }
Beispiel #2
0
 /**
  * {@inheritdoc}
  */
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->skipClasses[__CLASS__] = TRUE;
 }