function InstallerExistingConfigNoSystemSiteTest::getConfigLocation

Overrides InstallerConfigDirectoryTestBase::getConfigLocation

File

core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php, line 47

Class

InstallerExistingConfigNoSystemSiteTest
Testing installing from config without system.site.

Namespace

Drupal\FunctionalTests\Installer

Code

protected function getConfigLocation() : string {
    return __DIR__ . '/../../../fixtures/config_install/testing_config_install';
}

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