Same name in other branches
  1. 8.9.x Drupal\Tests\field\Kernel
  2. 9 Drupal\Tests\field\Kernel
Classsort descending Location Description
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.
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 the count of field data records.
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 Tests field storages and fields deletion during config synchronization.
FieldStorageCrudTest core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests field storage create, read, update, and delete.
FieldTypeCategoryDiscoveryTest core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests discovery of field type categories provided by modules.
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 multilingual fields logic.
WidgetPluginManagerTest core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php Tests the field widget manager.