| ConfigEntityBaseUnitTest::testToArraySchemaException |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
Tests to array schema exception. |
| ConfigEntityDependencyTest |
class |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php |
Tests the ConfigEntityDependency class. |
| ConfigEntityDependencyTest.php |
file |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php |
|
| ConfigEntityDependencyTest::testEmptyDependencies |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php |
|
| ConfigEntityDependencyTest::testWithDependencies |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityDependencyTest.php |
|
| ConfigEntityFormOverrideTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Tests that config overrides do not bleed through in entity forms and lists. |
| ConfigEntityFormOverrideTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
|
| ConfigEntityFormOverrideTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
The theme to install as the default for testing. |
| ConfigEntityFormOverrideTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Modules to install. |
| ConfigEntityFormOverrideTest::testFormsWithOverrides |
function |
core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php |
Tests that overrides do not affect forms or listing screens. |
| ConfigEntityImportTest |
class |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests ConfigEntity importing. |
| ConfigEntityImportTest.php |
file |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
|
| ConfigEntityImportTest::$modules |
property |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Modules to install. |
| ConfigEntityImportTest::assertConfigUpdateImport |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Asserts that config entities are updated during import. |
| ConfigEntityImportTest::checkSinglePluginConfigSync |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests that a single set of plugin config stays in sync. |
| ConfigEntityImportTest::doActionUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating an action during import. |
| ConfigEntityImportTest::doBlockUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a block during import. |
| ConfigEntityImportTest::doFilterFormatUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a filter format during import. |
| ConfigEntityImportTest::doImageStyleUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating an image style during import. |
| ConfigEntityImportTest::doSearchPageUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating a search page during import. |
| ConfigEntityImportTest::doThirdPartySettingsUpdate |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Tests updating of third party settings. |
| ConfigEntityImportTest::testConfigUpdateImport |
function |
core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php |
Runs test methods for each module within a single test run. |
| ConfigEntityListMultilingualTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing of configuration entities in a multilingual scenario. |
| ConfigEntityListMultilingualTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
| ConfigEntityListMultilingualTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
The theme to install as the default for testing. |
| ConfigEntityListMultilingualTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Modules to install. |
| ConfigEntityListMultilingualTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
|
| ConfigEntityListMultilingualTest::testListUI |
function |
core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php |
Tests the listing UI with different language scenarios. |
| ConfigEntityListTest |
class |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests the listing of configuration entities. |
| ConfigEntityListTest.php |
file |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
|
| ConfigEntityListTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
The theme to install as the default for testing. |
| ConfigEntityListTest::$modules |
property |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Modules to install. |
| ConfigEntityListTest::setUp |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
|
| ConfigEntityListTest::testList |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests entity list builder methods. |
| ConfigEntityListTest::testListUI |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests the listing UI. |
| ConfigEntityListTest::testPager |
function |
core/modules/config/tests/src/Functional/ConfigEntityListTest.php |
Tests paging. |
| ConfigEntityMapperTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests the functionality provided by the configuration entity mapper. |
| ConfigEntityMapperTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
|
| ConfigEntityMapperTest::$configEntityMapper |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The configuration entity mapper to test. |
| ConfigEntityMapperTest::$entity |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The entity instance used for testing. |
| ConfigEntityMapperTest::$entityTypeManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The entity type manager used for testing. |
| ConfigEntityMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked event dispatcher. |
| ConfigEntityMapperTest::$languageManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The mocked language manager. |
| ConfigEntityMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
The route provider used for testing. |
| ConfigEntityMapperTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
|
| ConfigEntityMapperTest::testEntityGetterAndSetter |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::setEntity() and ConfigEntityMapper::getEntity(). |
| ConfigEntityMapperTest::testGetOperations |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOperations(). |
| ConfigEntityMapperTest::testGetOverviewRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getOverviewRouteParameters(). |
| ConfigEntityMapperTest::testGetType |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getType(). |
| ConfigEntityMapperTest::testGetTypeLabel |
function |
core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php |
Tests ConfigEntityMapper::getTypeLabel(). |