You are here

namespace Drupal\system\Tests\Entity in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\system\Tests\Entity
Classsort descending Location Description
BundleConstraintValidatorTest core/modules/system/src/Tests/Entity/BundleConstraintValidatorTest.php Tests validation constraints for BundleConstraintValidator.
ConfigEntityImportTest core/modules/system/src/Tests/Entity/ConfigEntityImportTest.php Tests ConfigEntity importing.
ConfigEntityQueryTest core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php Tests Config Entity Query functionality.
ContentEntityChangedTest core/modules/system/src/Tests/Entity/ContentEntityChangedTest.php Tests basic EntityChangedInterface functionality.
ContentEntityCloneTest core/modules/system/src/Tests/Entity/ContentEntityCloneTest.php Tests proper cloning of content entities.
ContentEntityNullStorageTest core/modules/system/src/Tests/Entity/ContentEntityNullStorageTest.php Tests ContentEntityNullStorage entity query support.
EntityAccessControlHandlerTest core/modules/system/src/Tests/Entity/EntityAccessControlHandlerTest.php Tests the entity access control handler.
EntityApiTest core/modules/system/src/Tests/Entity/EntityApiTest.php Tests basic CRUD functionality.
EntityAutocompleteTest core/modules/system/src/Tests/Entity/EntityAutocompleteTest.php Tests the autocomplete functionality.
EntityBundleFieldTest core/modules/system/src/Tests/Entity/EntityBundleFieldTest.php Tests adding a custom bundle field.
EntityCacheTagsTestBase core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php Provides helper methods for Entity cache tags tests.
EntityCrudHookTest core/modules/system/src/Tests/Entity/EntityCrudHookTest.php Tests the invocation of hooks when creating, inserting, loading, updating or deleting an entity.
EntityDefinitionTestTrait core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Provides some test methods used to update existing entity definitions.
EntityDefinitionUpdateTest core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php Tests EntityDefinitionUpdateManager functionality.
EntityFieldDefaultValueTest core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php Tests default values for entity fields.
EntityFieldTest core/modules/system/src/Tests/Entity/EntityFieldTest.php Tests the Entity Field API.
EntityFormTest core/modules/system/src/Tests/Entity/EntityFormTest.php Tests the entity form.
EntityLanguageTestBase core/modules/system/src/Tests/Entity/EntityLanguageTestBase.php Base class for language-aware entity tests.
EntityListBuilderTest core/modules/system/src/Tests/Entity/EntityListBuilderTest.php Tests entity list builder functionality.
EntityOperationsTest core/modules/system/src/Tests/Entity/EntityOperationsTest.php Tests that operations can be injected from the hook.
EntityQueryAggregateTest core/modules/system/src/Tests/Entity/EntityQueryAggregateTest.php Tests the Entity Query Aggregation API.
EntityQueryRelationshipTest core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php Tests the Entity Query relationship API.
EntityQueryTest core/modules/system/src/Tests/Entity/EntityQueryTest.php Tests Entity Query functionality.
EntityReferenceFieldTest core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php Tests for the entity reference field.
EntityRevisionsTest core/modules/system/src/Tests/Entity/EntityRevisionsTest.php Create a entity with revisions and test viewing, saving, reverting, and deleting revisions.
EntityRevisionTranslationTest core/modules/system/src/Tests/Entity/EntityRevisionTranslationTest.php Tests proper revision propagation of entities.
EntitySchemaTest core/modules/system/src/Tests/Entity/EntitySchemaTest.php Tests adding a custom bundle field.
EntityTranslationFormTest core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php Tests entity translation form.
EntityTranslationTest core/modules/system/src/Tests/Entity/EntityTranslationTest.php Tests entity translation functionality.
EntityTypeConstraintsTest core/modules/system/src/Tests/Entity/EntityTypeConstraintsTest.php Tests entity level validation constraints.
EntityTypeConstraintValidatorTest core/modules/system/src/Tests/Entity/EntityTypeConstraintValidatorTest.php Tests validation constraints for EntityTypeConstraintValidator.
EntityTypedDataDefinitionTest core/modules/system/src/Tests/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata of entity and field data types.
EntityUnitTestBase core/modules/system/src/Tests/Entity/EntityUnitTestBase.php Defines an abstract test base for entity unit tests.
EntityUUIDTest core/modules/system/src/Tests/Entity/EntityUUIDTest.php Tests creation, saving, and loading of entity UUIDs.
EntityValidationTest core/modules/system/src/Tests/Entity/EntityValidationTest.php Tests the Entity Validation API.
EntityViewBuilderTest core/modules/system/src/Tests/Entity/EntityViewBuilderTest.php Tests the entity view builder.
EntityViewControllerTest core/modules/system/src/Tests/Entity/EntityViewControllerTest.php Tests EntityViewController functionality.
EntityWithUriCacheTagsTestBase core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php Provides helper methods for Entity cache tags tests; for entities with URIs.
FieldAccessTest core/modules/system/src/Tests/Entity/FieldAccessTest.php Tests Field level access hooks.
FieldSqlStorageTest core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php Tests Field SQL Storage .
FieldTranslationSqlStorageTest core/modules/system/src/Tests/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.
FieldWidgetConstraintValidatorTest core/modules/system/src/Tests/Entity/FieldWidgetConstraintValidatorTest.php Tests validation constraints for FieldWidgetConstraintValidatorTest.
ValidReferenceConstraintValidatorTest core/modules/system/src/Tests/Entity/ValidReferenceConstraintValidatorTest.php Tests validation constraints for ValidReferenceConstraintValidator.