function InstallerExistingConfigTestBase::__construct

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

Overrides BrowserTestBase::__construct

File

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

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.