function StubTestSuiteBase::__construct

File

core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php, line 141

Class

StubTestSuiteBase
Stub subclass of TestSuiteBase.

Namespace

Drupal\Tests\Core\Test

Code

public function __construct(string $name) {
    @trigger_error(__CLASS__ . ' is deprecated in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement and test discovery will be handled differently in PHPUnit 10. See https://www.drupal.org/node/3405829', E_USER_DEPRECATED);
    // @phpstan-ignore-next-line
    parent::__construct($name);
}

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