BulkDeleteTest |
core/modules/field/tests/src/Kernel/BulkDeleteTest.php |
Bulk delete storages and fields, and clean up afterwards. |
ConfigFieldDefinitionTest |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
Tests exposing field definitions for configurable fields. |
DisplayApiTest |
core/modules/field/tests/src/Kernel/DisplayApiTest.php |
Tests the field display API. |
DisplayModeUpdateTest |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Ensure display modes are updated when fields are created. |
FieldAttachOtherTest |
core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php |
Tests other Field API functions. |
FieldAttachStorageTest |
core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php |
Tests storage-related Field Attach API functions. |
FieldCrudTest |
core/modules/field/tests/src/Kernel/FieldCrudTest.php |
Create field entities by attaching fields to entities. |
FieldDataCountTest |
core/modules/field/tests/src/Kernel/FieldDataCountTest.php |
Tests counting field data records and the hasData() method on
FieldStorageConfig entity. |
FieldDefinitionIntegrityTest |
core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php |
Tests the integrity of field API plugin definitions. |
FieldDisplayTest |
core/modules/field/tests/src/Kernel/FieldDisplayTest.php |
Tests Field display. |
FieldFormatterTest |
core/modules/field/tests/src/Kernel/FieldFormatterTest.php |
Tests for field formatters. |
FieldImportChangeTest |
core/modules/field/tests/src/Kernel/FieldImportChangeTest.php |
Update field storage and fields during config change method invocation. |
FieldImportCreateTest |
core/modules/field/tests/src/Kernel/FieldImportCreateTest.php |
Create field storages and fields during config create method invocation. |
FieldImportDeleteTest |
core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php |
Delete field storages and fields during config delete method invocation. |
FieldImportDeleteUninstallTest |
core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php |
Delete field storages and fields during config synchronization and uninstall
module that provides the field type. |
FieldKernelTestBase |
core/modules/field/tests/src/Kernel/FieldKernelTestBase.php |
Parent class for Field API unit tests. |
FieldStorageCrudTest |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests field storage create, read, update, and delete. |
FieldTypePluginManagerTest |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests the field type manager. |
FieldValidationTest |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
Tests field validation. |
FormatterPluginManagerTest |
core/modules/field/tests/src/Kernel/FormatterPluginManagerTest.php |
Tests the field formatter plugin manager. |
ShapeItemTest |
core/modules/field/tests/src/Kernel/ShapeItemTest.php |
Tests the new entity API for the shape field type. |
TestItemTest |
core/modules/field/tests/src/Kernel/TestItemTest.php |
Tests the new entity API for the test field type. |
TestItemWithDependenciesTest |
core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php |
Tests the new entity API for the test field with dependencies type. |
TestObjectItemTest |
core/modules/field/tests/src/Kernel/TestObjectItemTest.php |
Tests the serialization of an object. |
TranslationTest |
core/modules/field/tests/src/Kernel/TranslationTest.php |
Tests multilanguage fields logic. |
WidgetPluginManagerTest |
core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php |
Tests the field widget manager. |