diff --git a/tests/modules/dynamic_entity_reference_entity_test/dynamic_entity_reference_entity_test.module b/tests/modules/dynamic_entity_reference_entity_test/dynamic_entity_reference_entity_test.module index ee340d3..6af52e7 100644 --- a/tests/modules/dynamic_entity_reference_entity_test/dynamic_entity_reference_entity_test.module +++ b/tests/modules/dynamic_entity_reference_entity_test/dynamic_entity_reference_entity_test.module @@ -42,6 +42,7 @@ function dynamic_entity_reference_entity_test_entity_base_field_info(EntityTypeI ->setLabel((string) new TranslatableMarkup('References')) ->setDescription((string) new TranslatableMarkup('Reference another entity.')) ->setRequired(FALSE) + ->setRevisionable(FALSE) ->setCardinality(\Drupal::state()->get('dynamic_entity_reference_entity_test_cardinality', 1)) ->setDisplayOptions('form', [ 'type' => 'dynamic_entity_reference_default',