| ImageViewsDataTest |
class |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
Tests image views data. |
| ImageViewsDataTest.php |
file |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
|
| ImageViewsDataTest::$modules |
property |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
Modules to install. |
| ImageViewsDataTest::setUp |
function |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
|
| ImageViewsDataTest::testRelationshipViewsData |
function |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
Tests views data generated for image field relationship. |
| image_access_test_hidden.info.yml |
file |
core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml |
core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidden.info.yml |
| image_lazy_load_test.info.yml |
file |
core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml |
core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.info.yml |
| image_lazy_load_test.routing.yml |
file |
core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml |
core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml |
| image_module_test.info.yml |
file |
core/modules/image/tests/modules/image_module_test/image_module_test.info.yml |
core/modules/image/tests/modules/image_module_test/image_module_test.info.yml |
| image_module_test.schema.yml |
file |
core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml |
core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml |
| image_test.info.yml |
file |
core/modules/system/tests/modules/image_test/image_test.info.yml |
core/modules/system/tests/modules/image_test/image_test.info.yml |
| image_test.schema.yml |
file |
core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml |
core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml |
| image_test_views.info.yml |
file |
core/modules/image/tests/modules/image_test_views/image_test_views.info.yml |
core/modules/image/tests/modules/image_test_views/image_test_views.info.yml |
| ImmutableConfigTest |
class |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests Drupal\Core\Config\ImmutableConfig. |
| ImmutableConfigTest.php |
file |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
|
| ImmutableConfigTest::$config |
property |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
The immutable config object under test. |
| ImmutableConfigTest::setUp |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
|
| ImmutableConfigTest::testClear |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests clear. |
| ImmutableConfigTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests delete. |
| ImmutableConfigTest::testSave |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests save. |
| ImmutableConfigTest::testSet |
function |
core/tests/Drupal/Tests/Core/Config/ImmutableConfigTest.php |
Tests set. |
| ImmutablePropertiesConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests Immutable Properties Constraint Validator. |
| ImmutablePropertiesConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
|
| ImmutablePropertiesConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Modules to install. |
| ImmutablePropertiesConstraintValidatorTest::testImmutablePropertyCannotBeChanged |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that changing a config entity's immutable property raises an error. |
| ImmutablePropertiesConstraintValidatorTest::testValidatedEntityMustHaveAnId |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that entities without an ID will raise an exception. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRejectsANonExistentProperty |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that the validator throws an exception for non-existent properties. |
| ImmutablePropertiesConstraintValidatorTest::testValidatorRequiresAConfigEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/ImmutablePropertiesConstraintValidatorTest.php |
Tests that only config entities are accepted by the validator. |
| ImplementationListTest |
class |
core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php |
Tests ImplementationList. |
| ImplementationListTest.php |
file |
core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php |
|
| ImplementationListTest::$log |
property |
core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php |
Log for include files. |
| ImplementationListTest::testEmptyList |
function |
core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php |
Tests public methods on an empty list. |
| ImplementationListTest::testPublicMethods |
function |
core/tests/Drupal/Tests/Core/Hook/ImplementationListTest.php |
Tests public methods on a common instance. |
| ImporterTest |
class |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
Tests the Default Content Importer. |
| ImporterTest.php |
file |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
|
| ImporterTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
Modules to install. |
| ImporterTest::$wasSyncing |
property |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
Whether the imported content entities were syncing. |
| ImporterTest::getSubscribedEvents |
function |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
|
| ImporterTest::onPreEntityImport |
function |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
Modify entity data before it is imported. |
| ImporterTest::onPreSave |
function |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
Implements hook_ENTITY_TYPE_presave() for entity_test entities. |
| ImporterTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
|
| ImporterTest::testChangeDataOnImport |
function |
core/tests/Drupal/KernelTests/Core/DefaultContent/ImporterTest.php |
Tests changing entity data upon import. |
| ImportStorageTransformerTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
Tests the import storage transformer. |
| ImportStorageTransformerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
|
| ImportStorageTransformerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
Modules to install. |
| ImportStorageTransformerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
|
| ImportStorageTransformerTest::testTransform |
function |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
Tests the import transformation. |
| ImportStorageTransformerTest::testTransformLocked |
function |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
Tests that the import transformer throws an exception. |
| ImportStorageTransformerTest::testTransformWhileImporting |
function |
core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php |
Tests the import transformer during a running config import. |
| IndexPhpTest |
class |
core/modules/system/tests/src/Functional/System/IndexPhpTest.php |
Tests the handling of requests containing 'index.php'. |