| ConfigImportUITest::testBatchErrors |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests that errors set in the batch and on the ConfigImporter are merged. |
| ConfigImportUITest::testConfigUninstallConfigException |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests that the Configuration module cannot be uninstalled during config sync. |
| ConfigImportUITest::testEntityBundleDelete |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests the config importer cannot delete bundles with existing entities. |
| ConfigImportUITest::testExtensionValidation |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests config importer cannot uninstall extensions which are depended on. |
| ConfigImportUITest::testImport |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests importing configuration. |
| ConfigImportUITest::testImportDiff |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests the screen that shows differences between active and sync. |
| ConfigImportUITest::testImportErrorLog |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests an import that results in an error. |
| ConfigImportUITest::testImportLock |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests concurrent importing of configuration. |
| ConfigImportUITest::testImportSiteUuidValidation |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests verification of site UUID before importing configuration. |
| ConfigImportUITest::testImportValidation |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests that multiple validation errors are listed on the page. |
| ConfigImportUploadTest |
class |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
Tests importing configuration from an uploaded file. |
| ConfigImportUploadTest.php |
file |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
|
| ConfigImportUploadTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
The theme to install as the default for testing. |
| ConfigImportUploadTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
Modules to install. |
| ConfigImportUploadTest::$webUser |
property |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
A user with the 'import configuration' permission. |
| ConfigImportUploadTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
|
| ConfigImportUploadTest::testImport |
function |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
Tests importing configuration. |
| ConfigImportUploadTest::testImportTarballFiltering |
function |
core/modules/config/tests/src/Functional/ConfigImportUploadTest.php |
Tests importing tarball with non-config contents. |
| ConfigInstallDependencyTestHooks |
class |
core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php |
Hook implementations for config_install_dependency_test. |
| ConfigInstallDependencyTestHooks.php |
file |
core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php |
|
| ConfigInstallDependencyTestHooks::configTestCreate |
function |
core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php |
Implements hook_ENTITY_TYPE_create(). |
| ConfigInstallProfileOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
Tests that configuration objects are correct after various operations. |
| ConfigInstallProfileOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
|
| ConfigInstallProfileOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
The theme to install as the default for testing. |
| ConfigInstallProfileOverrideTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
The profile to install as a basis for testing. |
| ConfigInstallProfileOverrideTest::testInstallProfileConfigOverwrite |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php |
Tests install profile config changes. |
| ConfigInstallProfileUnmetDependenciesTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Tests install profile config overrides can not add unmet dependencies. |
| ConfigInstallProfileUnmetDependenciesTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
|
| ConfigInstallProfileUnmetDependenciesTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
The theme to install as the default for testing. |
| ConfigInstallProfileUnmetDependenciesTest::$expectedException |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Contains the expected exception if it is thrown. |
| ConfigInstallProfileUnmetDependenciesTest::$profile |
property |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
The installation profile to install. |
| ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Copy the testing_config_overrides install profile. |
| ConfigInstallProfileUnmetDependenciesTest::prepareEnvironment |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Prepares the current environment for running the test. |
| ConfigInstallProfileUnmetDependenciesTest::setUpSettings |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Installer step: Configure settings. |
| ConfigInstallProfileUnmetDependenciesTest::setUpSite |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Final installer step: Configure site. |
| ConfigInstallProfileUnmetDependenciesTest::testInstalled |
function |
core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php |
Confirms that the installation succeeded. |
| ConfigInstallTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests installation of configuration objects in installation functionality. |
| ConfigInstallTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
|
| ConfigInstallTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Modules to install. |
| ConfigInstallTest::installModules |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Installs a module. |
| ConfigInstallTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
|
| ConfigInstallTest::testCollectionInstallationCollectionConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests collections which do not support config entities install correctly. |
| ConfigInstallTest::testCollectionInstallationCollections |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests config objects in collections are installed as expected. |
| ConfigInstallTest::testCollectionInstallationNoCollections |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests that collections are ignored if the event does not return anything. |
| ConfigInstallTest::testDependencyChecking |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests the configuration with unmet dependencies is not installed. |
| ConfigInstallTest::testIdMisMatch |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests installing configuration where the filename and ID do not match. |
| ConfigInstallTest::testLanguage |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests imported configuration entities with/without language information. |
| ConfigInstallTest::testModuleInstallation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php |
Tests module installation. |
| ConfigInstallWebTest |
class |
core/modules/config/tests/src/Functional/ConfigInstallWebTest.php |
Tests configuration objects before and after module install and uninstall. |
| ConfigInstallWebTest.php |
file |
core/modules/config/tests/src/Functional/ConfigInstallWebTest.php |
|