You are here

24 calls to entity_test_create_bundle() in Zircon Profile 8

BulkDeleteTest::setUp in core/modules/field/src/Tests/BulkDeleteTest.php
Set the default field storage backend for fields created during tests.
CommentCacheTagsTest::createEntity in core/modules/comment/src/Tests/CommentCacheTagsTest.php
Creates the entity to be tested.
CommentNonNodeTest::setUp in core/modules/comment/src/Tests/CommentNonNodeTest.php
Sets up a Drupal site for running functional and integration tests.
CommentNonNodeTest::testsNonIntegerIdEntities in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests comment fields cannot be added to entity types without integer IDs.
ConfigTranslationUiTest::testFieldConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the translation of field and field storage configuration.
EntityBundleFieldTest::testCustomBundleFieldUsage in core/modules/system/src/Tests/Entity/EntityBundleFieldTest.php
Tests making use of a custom bundle field.
EntityCacheTagsTestBase::createReferenceTestEntities in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Creates a referencing and a non-referencing entity for testing purposes.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating a bundle field when it has existing data.
EntityDisplayTest::testExtraFieldComponent in core/modules/field_ui/src/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an entity display object.
EntityFieldTest::testDataTypes in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Makes sure data types are correctly derived for all entity types.
EntityFieldTest::testFieldOverrideBundleField in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests creating a field override config for a bundle field.
EntityQueryRelationshipTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryRelationshipTest.php
Performs setup tasks before each individual test method is run.
EntityQueryTest::setUp in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Performs setup tasks before each individual test method is run.
EntityReferenceFieldTest::testEntityReferenceFieldValidation in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests reference field validation.
EntityReferenceSettingsTest::setUp in core/modules/field/src/Tests/EntityReference/EntityReferenceSettingsTest.php
Performs setup tasks before each individual test method is run.
FieldAttachStorageTest::testEntityCreateBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachLoadMultiple in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test the 'multiple' load feature.
FieldCrudTest::testDeleteField in core/modules/field/src/Tests/FieldCrudTest.php
Test the deletion of a field.
FieldCrudTest::testDeleteFieldCrossDeletion in core/modules/field/src/Tests/FieldCrudTest.php
Tests the cross deletion behavior between field storages and fields.
FieldFieldTest::testMissingBundleFieldRender in core/modules/views/src/Tests/Handler/FieldFieldTest.php
Tests that a field not available for every bundle is rendered as empty.
FieldImportCreateTest::testImportCreateDefault in core/modules/field/src/Tests/FieldImportCreateTest.php
Tests creating field storages and fields during default config import.
FieldImportDeleteTest::testImportDelete in core/modules/field/src/Tests/FieldImportDeleteTest.php
Tests deleting field storages and fields as part of config import.