You are here

namespace Drupal\system\Tests\Installer in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\system\Tests\Installer
Classsort descending Location Description
ConfigAfterInstallerTestBase core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php Provides a class for install profiles to check their installed config.
DistributionProfileTest core/modules/system/src/Tests/Installer/DistributionProfileTest.php Tests distribution profile support.
InstallerDatabaseErrorMessagesTest core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php Tests the installer with database errors.
InstallerEmptySettingsTest core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php Tests the installer with empty settings file.
InstallerExistingDatabaseSettingsTest core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php Tests the installer with an existing settings file with database connection info.
InstallerExistingInstallationTest core/modules/system/src/Tests/Installer/InstallerExistingInstallationTest.php Tests the installer with an existing Drupal installation.
InstallerExistingSettingsNoProfileTest core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php Tests the installer with an existing settings file but no install profile.
InstallerExistingSettingsTest core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php Tests the installer with an existing settings file.
InstallerLanguageDirectionTest core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php Verifies that the early installer uses the correct language direction.
InstallerLanguagePageTest core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php Verifies that the installer language list combines local and remote languages.
InstallerLanguageTest core/modules/system/src/Tests/Installer/InstallerLanguageTest.php Tests for installer language support.
InstallerTest core/modules/system/src/Tests/Installer/InstallerTest.php Tests the interactive installer.
InstallerTranslationMultipleLanguageForeignTest core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageForeignTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationMultipleLanguageKeepEnglishTest core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageKeepEnglishTest.php Tests that keeping English in a foreign language install works.
InstallerTranslationMultipleLanguageTest core/modules/system/src/Tests/Installer/InstallerTranslationMultipleLanguageTest.php Tests translation files for multiple languages get imported during install.
InstallerTranslationTest core/modules/system/src/Tests/Installer/InstallerTranslationTest.php Installs Drupal in German and checks resulting site.
MinimalInstallerTest core/modules/system/src/Tests/Installer/MinimalInstallerTest.php Tests the interactive installer installing the minimal profile.
SingleVisibleProfileTest core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php Tests distribution profile support.
SiteNameTest core/modules/system/src/Tests/Installer/SiteNameTest.php Tests that the site name can be set during a non-interactive installation.
StandardInstallerTest core/modules/system/src/Tests/Installer/StandardInstallerTest.php Tests the interactive installer installing the standard profile.