You are here

12 calls to FieldUnitTestBase::_generateTestFieldValues() 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.
DisplayApiTest::setUp in core/modules/field/src/Tests/DisplayApiTest.php
Set the default field storage backend for fields created during tests.
FieldAttachOtherTest::testEntityCache in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test entity cache.
FieldAttachOtherTest::testEntityDisplayBuild in core/modules/field/src/Tests/FieldAttachOtherTest.php
Test rendering fields with EntityDisplay build().
FieldAttachOtherTest::testEntityDisplayViewMultiple in core/modules/field/src/Tests/FieldAttachOtherTest.php
Tests rendering fields with EntityDisplay::buildMultiple().
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::testFieldAttachDelete in core/modules/field/src/Tests/FieldAttachStorageTest.php
Test entity deletion.
FieldAttachStorageTest::testFieldAttachSaveEmptyData in core/modules/field/src/Tests/FieldAttachStorageTest.php
Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveLoad in core/modules/field/src/Tests/FieldAttachStorageTest.php
Check field values insert, update and load.
FieldDataCountTest::testEntityCountAndHasData in core/modules/field/src/Tests/FieldDataCountTest.php
Tests entityCount() and hadData() methods.
TranslationTest::testTranslatableFieldSaveLoad in core/modules/field/src/Tests/TranslationTest.php
Test translatable fields storage/retrieval.