protected function InstallerExistingConfigNoConfigTest::getConfigTarball in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php \Drupal\FunctionalTests\Installer\InstallerExistingConfigNoConfigTest::getConfigTarball()
Gets the filepath to the configuration tarball.
The tarball will be extracted to the install profile's config/sync directory for testing.
Return value
string The filepath to the configuration tarball.
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';
}