function InstallerExistingConfigNoConfigTest::getConfigTarball
Same name in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigNoConfigTest::getConfigTarball()
- 10 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigNoConfigTest::getConfigTarball()
Overrides InstallerExistingConfigTestBase::getConfigTarball
File
-
core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerExistingConfigNoConfigTest.php, line 29
Class
- InstallerExistingConfigNoConfigTest
- Verifies that profiles invalid config can not be installed.
Namespace
Drupal\FunctionalTests\InstallerCode
protected function getConfigTarball() {
return __DIR__ . '/../../../fixtures/config_install/testing_config_install_no_config.tar.gz';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.