function KernelTestBase::__construct

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/KernelTests/KernelTestBase.php \Drupal\KernelTests\KernelTestBase::__construct()

Overrides TestBase::__construct

File

core/modules/simpletest/src/KernelTestBase.php, line 122

Class

KernelTestBase
Base class for functional integration tests.

Namespace

Drupal\simpletest

Code

public function __construct($test_id = NULL) {
    parent::__construct($test_id);
    $this->skipClasses[__CLASS__] = TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.