You are here

14 calls to FieldKernelTestBase::createFieldWithStorage() in Drupal 8

ConfigFieldDefinitionTest::setUp in core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php
Set the default field storage backend for fields created during tests.
FieldAttachOtherTest::setUp in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
Set the default field storage backend for fields created during tests.
FieldAttachOtherTest::testEntityCache in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
Test entity cache.
FieldAttachOtherTest::testEntityDisplayBuild in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
Test rendering fields with EntityDisplay build().
FieldAttachOtherTest::testEntityFormDisplayBuildForm in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues in core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues().
FieldAttachStorageTest::testEntityCreateBundle in core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
Test entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle in core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete in core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
Test entity deletion.
FieldAttachStorageTest::testFieldAttachSaveEmptyData in core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue in core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
Test insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad in core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
Check field values insert, update and load.
FieldDataCountTest::testEntityCountAndHasData in core/modules/field/tests/src/Kernel/FieldDataCountTest.php
Tests entityCount() and hadData() methods.
FieldValidationTest::setUp in core/modules/field/tests/src/Kernel/FieldValidationTest.php
Set the default field storage backend for fields created during tests.