BulkDeleteTest |
core/modules/field/src/Tests/BulkDeleteTest.php |
Bulk delete storages and fields, and clean up afterwards. |
ConfigFieldDefinitionTest |
core/modules/field/src/Tests/ConfigFieldDefinitionTest.php |
Tests exposing field definitions for configurable fields. |
DisplayApiTest |
core/modules/field/src/Tests/DisplayApiTest.php |
Tests the field display API. |
FieldAccessTest |
core/modules/field/src/Tests/FieldAccessTest.php |
Tests Field access. |
FieldAttachOtherTest |
core/modules/field/src/Tests/FieldAttachOtherTest.php |
Tests other Field API functions. |
FieldAttachStorageTest |
core/modules/field/src/Tests/FieldAttachStorageTest.php |
Tests storage-related Field Attach API functions. |
FieldCrudTest |
core/modules/field/src/Tests/FieldCrudTest.php |
Create field entities by attaching fields to entities. |
FieldDataCountTest |
core/modules/field/src/Tests/FieldDataCountTest.php |
Tests counting field data records and the hasData() method on
FieldStorageConfig entity. |
FieldDefaultValueCallbackProvider |
core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php |
Helper class for \Drupal\field\Tests\FieldDefaultValueCallbackTest. |
FieldDefaultValueCallbackTest |
core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php |
Tests the default value callback. |
FieldDefinitionIntegrityTest |
core/modules/field/src/Tests/FieldDefinitionIntegrityTest.php |
Tests the integrity of field API plugin definitions. |
FieldHelpTest |
core/modules/field/src/Tests/FieldHelpTest.php |
Tests help display for the Field module. |
FieldImportChangeTest |
core/modules/field/src/Tests/FieldImportChangeTest.php |
Update field storage and fields during config change method invocation. |
FieldImportCreateTest |
core/modules/field/src/Tests/FieldImportCreateTest.php |
Create field storages and fields during config create method invocation. |
FieldImportDeleteTest |
core/modules/field/src/Tests/FieldImportDeleteTest.php |
Delete field storages and fields during config delete method invocation. |
FieldImportDeleteUninstallTest |
core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php |
Delete field storages and fields during config synchronization and uninstall
module that provides the field type. |
FieldImportDeleteUninstallUiTest |
core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php |
Delete field storages and fields during config synchronization and uninstall
module that provides the field type through the UI. |
FieldStorageCrudTest |
core/modules/field/src/Tests/FieldStorageCrudTest.php |
Tests field storage create, read, update, and delete. |
FieldTestBase |
core/modules/field/src/Tests/FieldTestBase.php |
Parent class for Field API tests. |
FieldTypePluginManagerTest |
core/modules/field/src/Tests/FieldTypePluginManagerTest.php |
Tests the field type manager. |
FieldUnitTestBase |
core/modules/field/src/Tests/FieldUnitTestBase.php |
Parent class for Field API unit tests. |
FieldValidationTest |
core/modules/field/src/Tests/FieldValidationTest.php |
Tests field validation. |
FormatterPluginManagerTest |
core/modules/field/src/Tests/FormatterPluginManagerTest.php |
Tests the field formatter plugin manager. |
FormTest |
core/modules/field/src/Tests/FormTest.php |
Tests field form handling. |
NestedFormTest |
core/modules/field/src/Tests/NestedFormTest.php |
Tests field elements in nested forms. |
reEnableModuleFieldTest |
core/modules/field/src/Tests/reEnableModuleFieldTest.php |
Tests the behavior of a field module after being disabled and re-enabled. |
ShapeItemTest |
core/modules/field/src/Tests/ShapeItemTest.php |
Tests the new entity API for the shape field type. |
TestItemTest |
core/modules/field/src/Tests/TestItemTest.php |
Tests the new entity API for the test field type. |
TestItemWithDependenciesTest |
core/modules/field/src/Tests/TestItemWithDependenciesTest.php |
Tests the new entity API for the test field with dependencies type. |
TranslationTest |
core/modules/field/src/Tests/TranslationTest.php |
Tests multilanguage fields logic. |
TranslationWebTest |
core/modules/field/src/Tests/TranslationWebTest.php |
Tests multilanguage fields logic that require a full environment. |
WidgetPluginManagerTest |
core/modules/field/src/Tests/WidgetPluginManagerTest.php |
Tests the field widget manager. |