InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDirectoryProfileMismatchTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDirectoryProfileMismatchTest::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDirectoryProfileMismatchTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDirectoryProfileMismatchTest::getConfigTarball |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Installer step: Configure settings. |
InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
InstallerExistingConfigSyncDirectoryProfileMismatchTest::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Tests that profile mismatch fails to install. |
InstallerExistingConfigTestBase::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php |
This is set by the profile in the core.extension extracted. |
InstallerExistingConfigTestBase::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php |
Installer step: Select installation profile. |
InstallerExistingSettingsNoProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
Tests the installer with an existing settings file but no install profile. |
InstallerExistingSettingsNoProfileTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
|
InstallerExistingSettingsNoProfileTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
|
InstallerExistingSettingsNoProfileTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
Configures a preexisting settings.php file without an install_profile
setting before invoking the interactive installer. |
InstallerExistingSettingsNoProfileTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
|
InstallerExistingSettingsNoProfileTest::testInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
Verifies that installation succeeded. |
InstallerKernel::getInstallProfile |
function |
core/lib/Drupal/Core/Installer/InstallerKernel.php |
|
InstallerNonEnglishProfileWithoutLocaleModuleTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
Tests installing a profile with non-English language and no locale module. |
InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
|
InstallerNonEnglishProfileWithoutLocaleModuleTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
|
InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
|
InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
|
InstallerNonEnglishProfileWithoutLocaleModuleTest::PROFILE |
constant |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
The testing profile name. |
InstallerNonEnglishProfileWithoutLocaleModuleTest::testNonEnglishProfileWithoutLocaleModule |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
Tests installing a profile with non-English language and no locale module. |
InstallerPerformanceTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php |
|
InstallerPostInstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php |
|
InstallerProfileRequirementsTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
Tests that an install profile can implement hook_requirements(). |
InstallerProfileRequirementsTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
InstallerProfileRequirementsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
InstallerProfileRequirementsTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
InstallerProfileRequirementsTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
InstallerProfileRequirementsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
InstallerProfileRequirementsTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
|
InstallerProfileRequirementsTest::testHookRequirementsFailure |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
Assert that the profile failed hook_requirements(). |
InstallerRouterTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
|
InstallerSiteConfigProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
Verifies that the installer uses the profile's site configuration. |
InstallerSiteConfigProfileTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
|
InstallerSiteConfigProfileTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
|
InstallerSiteConfigProfileTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
|
InstallerSiteConfigProfileTest::EXPECTED_SITE_MAIL |
constant |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
The site mail we expect to be set from the install profile. |
InstallerSiteConfigProfileTest::EXPECTED_TIMEZONE |
constant |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
The timezone we expect to be set from the install profile. |
InstallerSiteConfigProfileTest::installParameters |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
|
InstallerSiteConfigProfileTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
|
InstallerSiteConfigProfileTest::testInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
Verify the correct site config was set. |
InstallerTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php |
|
InstallerTestBase::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php |
The installation profile to install. |
InstallerTestBase::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerTestBase.php |
Installer step: Select installation profile. |
InstallerThemesBlocksProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php |
Verifies that the installer does not generate theme blocks. |
InstallerThemesBlocksProfileTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php |
|
InstallerThemesBlocksProfileTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerThemesBlocksProfileTest.php |
|