function ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment
Prepares the current environment for running the test.
Also sets up new resources for the testing environment, such as the public filesystem and configuration directories.
Overrides FunctionalTestSetupTrait::prepareEnvironment
File
- 
              core/
modules/ config/ tests/ src/ Functional/ ConfigInstallProfileUnmetDependenciesTest.php, line 43  
Class
- ConfigInstallProfileUnmetDependenciesTest
 - Tests install profile config overrides can not add unmet dependencies.
 
Namespace
Drupal\Tests\config\FunctionalCode
protected function prepareEnvironment() {
  parent::prepareEnvironment();
  $this->copyTestingOverrides();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.