namespace Drupal\FunctionalTests\Installer
Same name in other branches
| Object name | File name | Summary |
|---|---|---|
| ConfigAfterInstallerTestBase | core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php | Provides a class for install profiles to check their installed config. |
| DistributionProfileExistingSettingsTest | core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExistingSettingsTest.php | Tests distribution profile support with existing settings. |
| DistributionProfileTest | core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php | Tests distribution profile support. |
| DistributionProfileTranslationQueryTest | core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php | Tests distribution profile support with a 'langcode' query string. |
| DistributionProfileTranslationTest | core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php | Tests distribution profile support. |
| InstallerConfigDirectorySetNoDirectoryErrorTest | core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php | Tests the installer when a config_directory set up but does not exist. |
| InstallerConfigDirectorySetNoDirectoryTest | core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php | Tests the installer when a custom config directory set up but does not exist. |
| InstallerCustomConfigDirectoryCreateTest | core/tests/Drupal/FunctionalTests/Installer/InstallerCustomConfigDirectoryCreateTest.php | Tests the installer when a custom config_directory set up but does not exist. |
| InstallerDatabaseErrorMessagesTest | core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php | Tests the installer with database errors. |
| InstallerEmptySettingsTest | core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php | Tests the installer with empty settings file. |
| InstallerExistingBrokenDatabaseSettingsTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php | Tests the installer with broken database connection info in settings.php. |
| InstallerExistingConfigDirectoryTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php | Tests the installer when a config_directory has already been set up. |
| InstallerExistingConfigMultilingualTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php | Verifies that installing from existing configuration works. |
| InstallerExistingConfigNoConfigTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php | Verifies that profiles invalid config can not be installed. |
| InstallerExistingConfigNoSystemSiteTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php | Testing installing from config without system.site. |
| InstallerExistingConfigProfileHookInstall | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php | Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigSyncDirectoryMultilingualTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php | Verifies that installing from existing configuration works. |
| InstallerExistingConfigSyncDirectoryProfileHookInstall | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php | Verifies that profiles with hook_install() can't be installed from config. |
| InstallerExistingConfigSyncDriectoryProfileMismatchTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php | Verifies that installing from existing configuration works. |
| InstallerExistingConfigTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php | Verifies that installing from existing configuration works. |
| InstallerExistingConfigTestBase | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php | Provides a base class for testing installing from existing configuration. |
| InstallerExistingDatabaseSettingsTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php | Tests the installer with an existing settings file with database connection info. |
| InstallerExistingInstallationTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php | Tests the installer with an existing Drupal installation. |
| InstallerExistingSettingsMismatchProfileTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php | Tests install with existing settings.php and a mismatching install profile. |
| InstallerExistingSettingsNoProfileTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php | Tests the installer with an existing settings file but no install profile. |
| InstallerExistingSettingsReadOnlyMismatchProfileTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php | Tests installer breaks with a profile mismatch and a read-only settings.php. |
| InstallerExistingSettingsTest | core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php | Tests the installer with an existing settings file. |
| InstallerLanguageDirectionTest | core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php | Verifies that the early installer uses the correct language direction. |
| InstallerLanguagePageTest | core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php | Verifies that the installer language list combines local and remote languages. |
| InstallerNonDefaultDatabaseDriverTest | core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php | Tests the interactive installer. |
| InstallerNonEnglishProfileWithoutLocaleModuleTest | core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php | Tests installing a profile with non-English language and no locale module. |
| InstallerPostInstallTest | core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php | Tests re-visiting the installer after a successful installation. |
| InstallerProfileRequirementsTest | core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php | Tests that an install profile can implement hook_requirements(). |
| InstallerSiteConfigProfileTest | core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php | Verifies that the installer defaults to the existing site email address and timezone, if they were provided by the install profile. |
| InstallerSkipPermissionHardeningTest | core/tests/Drupal/FunctionalTests/Installer/InstallerSkipPermissionHardeningTest.php | Verifies that the installer skipped permission hardening. |
| InstallerTest | core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php | Tests the interactive installer. |
| InstallerTestBase | core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php | Base class for testing the interactive installer. |
| InstallerTranslationMultipleLanguageForeignTest | core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageForeignTest.php | Tests translation files for multiple languages get imported during install. |
| InstallerTranslationMultipleLanguageKeepEnglishTest | core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php | Tests that keeping English in a foreign language install works. |
| InstallerTranslationMultipleLanguageTest | core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguageTest.php | Tests translation files for multiple languages get imported during install. |
| InstallerTranslationQueryTest | core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php | Installs Drupal in German and checks resulting site. |
| InstallerTranslationTest | core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php | Installs Drupal in German and checks resulting site. |
| InstallProfileDependenciesBcTest | core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php | Tests that an install profile with only dependencies works as expected. |
| InstallProfileDependenciesTest | core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php | Tests that an install profile can require modules. |
| MinimalInstallerTest | core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php | Tests the interactive installer installing the minimal profile. |
| MultipleDistributionsProfileTest | core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php | Tests multiple distribution profile support. |
| SingleVisibleProfileTest | core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php | Tests distribution profile support. |
| SiteNameTest | core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php | Tests that the site name can be set during a non-interactive installation. |
| StandardInstallerTest | core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php | Tests the interactive installer installing the standard profile. |
| TestingProfileInstallTest | core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php | Tests installing the Testing profile with update notifications on. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.