8 calls to SqlContentEntityStorageTest::mockFieldDefinitions() in Drupal 9
- SqlContentEntityStorageTest::testCleanIds in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests entity ID sanitization.
- SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests getTableMapping() with a revisionable, translatable entity type.
- SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests getTableMapping() with a complex entity type with fields.
- SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests getTableMapping() with a revisionable entity type with fields.
- SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests getTableMapping() with a base field that requires a dedicated table.
- SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests getTableMapping() with a simple entity type with some base fields.
- SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests getTableMapping() with a translatable entity type with fields.
- SqlContentEntityStorageTest::testOnEntityTypeCreate in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php - Tests ContentEntityDatabaseStorage::onEntityTypeCreate().