function InstallerExistingConfigTestBase::__construct

Overrides BrowserTestBase::__construct

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php, line 38

Class

InstallerExistingConfigTestBase
Provides a base class for testing installing from existing configuration.

Namespace

Drupal\FunctionalTests\Installer

Code

public function __construct(string $name) {
    @trigger_error(__CLASS__ . ' is deprecated in drupal:10.4.0 and is removed from drupal:12.0.0. Use \\Drupal\\FunctionalTests\\Installer\\InstallerConfigDirectoryTestBase instead. See https://www.drupal.org/node/3460001');
    parent::__construct($name);
}

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