diff options
author | Jibran Ijaz | 2018-08-18 08:15:26 (GMT) |
---|---|---|
committer | Jibran Ijaz | 2018-08-18 08:15:26 (GMT) |
commit | d34930e1198bd944d5e82551fbb5cc0c2fc70e96 (patch) | |
tree | d6ec97a5cbfda25b5eca460ca7c80d62864dde6a | |
parent | 4d7e7a801ddbd1e4b914bb6b5cc6a9c1928001a5 (diff) |
Issue #2895532 by jibran: @DataType=map cannot be normalized, affects @FieldType=link, @FieldType=map
-rw-r--r-- | tests/src/Functional/DynamicEntityReferenceTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/Functional/DynamicEntityReferenceTest.php b/tests/src/Functional/DynamicEntityReferenceTest.php index 2837fce..22e3afb 100644 --- a/tests/src/Functional/DynamicEntityReferenceTest.php +++ b/tests/src/Functional/DynamicEntityReferenceTest.php @@ -111,6 +111,7 @@ class DynamicEntityReferenceTest extends BrowserTestBase { 'entity_test_no_bundle', 'entity_test_string_id', 'entity_test_computed_field', + 'entity_test_map_field', ]; foreach ($labels[(string) t('Content', [], ['context' => 'Entity type group'])] as $entity_type_id => $entity_type_label) { if (!in_array($entity_type_id, $excluded_entity_type_ids)) { @@ -211,6 +212,7 @@ class DynamicEntityReferenceTest extends BrowserTestBase { 'entity_test_no_bundle', 'entity_test_string_id', 'entity_test_computed_field', + 'entity_test_map_field', ]; foreach ($labels[(string) t('Content', [], ['context' => 'Entity type group'])] as $entity_type_id => $entity_type_label) { if (!in_array($entity_type_id, $excluded_entity_type_ids)) { |