| InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
The theme to install as the default for testing. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::getConfigLocation |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Gets the path to the configuration directory. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Installer step: Select installation profile. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Installer step: Requirements problem. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Installer step: Configure settings. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Final installer step: Configure site. |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::testConfigSync |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Tests installing from config is not available due to hook_INSTALL(). |
| InstallerExistingConfigSyncDirectoryProfileHookInstallTest::visitInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstallTest.php |
Visits the interactive installer. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Verifies that installing from existing configuration works. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
The theme to install as the default for testing. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::$existingSyncDirectory |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
|
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
This is set by the profile in the core.extension extracted. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::getConfigLocation |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Gets the path to the configuration directory. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Installer step: Configure settings. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php |
Final installer step: Configure site. |
| 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 |
The installation profile to install. |
| 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 |
The theme to install as the default for testing. |
| 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 |
Installer step: Configure settings. |
| InstallerExistingSettingsNoProfileTest::testInstaller |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php |
Verifies that installation succeeded. |
| InstallerKernel::getInstallProfile |
function |
core/lib/Drupal/Core/Installer/InstallerKernel.php |
Gets the active install profile. |
| InstallerKernel::installGetProfile |
function |
core/lib/Drupal/Core/Installer/InstallerKernel.php |
Gets the profile to be installed. |
| InstallerLanguageTest::testInstallerTranslationFiles |
function |
core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php |
Tests that the installer can find translation files. |
| 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 |
The theme to install as the default for testing. |
| InstallerNonEnglishProfileWithoutLocaleModuleTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
The installation profile to install. |
| InstallerNonEnglishProfileWithoutLocaleModuleTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php |
Prepares the current environment for running the test. |
| 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 |
The profile to install as a basis for testing. |
| InstallerPostInstallTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerPostInstallTest.php |
The installation profile to install. |
| 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 |
The theme to install as the default for testing. |
| InstallerProfileRequirementsTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
The installation profile to install. |
| InstallerProfileRequirementsTest::setUpRequirementsProblem |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
Installer step: Requirements problem. |
| InstallerProfileRequirementsTest::setUpSettings |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
Installer step: Configure settings. |
| InstallerProfileRequirementsTest::setUpSite |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerProfileRequirementsTest.php |
Final installer step: Configure site. |
| 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 |
The installation profile to install. |
| InstallerSiteConfigProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php |
Verifies that the installer uses the profile's site configuration. |