You are here

27 calls to entity_test_entity_types() in Zircon Profile 8

EntityApiTest::setUp in core/modules/system/src/Tests/Entity/EntityApiTest.php
@inheritdoc
EntityApiTest::testCRUD in core/modules/system/src/Tests/Entity/EntityApiTest.php
Tests basic CRUD functionality of the Entity API.
EntityFieldDefaultValueTest::testDefaultValues in core/modules/system/src/Tests/Entity/EntityFieldDefaultValueTest.php
Tests default values on entities and fields.
EntityFieldTest::setUp in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Performs setup tasks before each individual test method is run.
EntityFieldTest::testComputedProperties in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests getting processed property values via a computed property.
EntityFieldTest::testDataStructureInterfaces in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests working with the entity based upon the TypedData API.
EntityFieldTest::testDataTypes in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Makes sure data types are correctly derived for all entity types.
EntityFieldTest::testIntrospection in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests introspection and getting metadata upfront.
EntityFieldTest::testIterator in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests iterating over properties.
EntityFieldTest::testReadWrite in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tests reading and writing properties and field items.
EntityFieldTest::testSave in core/modules/system/src/Tests/Entity/EntityFieldTest.php
Tries to save and load an entity again.
EntityFormTest::testFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Tests basic form CRUD functionality.
EntityFormTest::testMultilingualFormCRUD in core/modules/system/src/Tests/Entity/EntityFormTest.php
Tests basic multilingual form CRUD functionality.
EntityLanguageTestBase::setUp in core/modules/system/src/Tests/Entity/EntityLanguageTestBase.php
Performs setup tasks before each individual test method is run.
EntityRevisionsTest::testRevisions in core/modules/system/src/Tests/Entity/EntityRevisionsTest.php
Check node revision related operations.
EntityTestLocalTasks::getDerivativeDefinitions in core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php
Gets the definition of all derivatives of a base plugin.
EntityTestRoutes::routes in core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php
Returns an array of route objects.
EntityTranslationTest::testEntityLanguageMethods in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests language related methods of the Entity class.
EntityTranslationTest::testEntityTranslationAPI in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests the Entity Translation API behavior.
EntityTranslationTest::testLanguageChange in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests that changing entity language does not break field language.
EntityTranslationTest::testLanguageFallback in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests language fallback applied to field and entity translations.
EntityTranslationTest::testMultilingualProperties in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Tests multilingual properties.
EntityUUIDTest::setUp in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Performs setup tasks before each individual test method is run.
EntityUUIDTest::testCRUD in core/modules/system/src/Tests/Entity/EntityUUIDTest.php
Tests UUID generation in entity CRUD operations.
EntityValidationTest::testValidation in core/modules/system/src/Tests/Entity/EntityValidationTest.php
Tests validating test entity types.
entity_test_entity_type_alter in core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_type_alter().
entity_test_install in core/modules/system/tests/modules/entity_test/entity_test.install
Implements hook_install().