diff --git a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestRev.php b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestRev.php index a31dcdc..514864e 100644 --- a/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestRev.php +++ b/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Entity/EntityTestRev.php @@ -31,7 +31,8 @@ * "id" = "id", * "uuid" = "uuid", * "revision" = "revision_id", - * "bundle" = "type" + * "bundle" = "type", + * "label" = "name", * }, * links = { * "canonical" = "entity_test.edit_entity_test_rev",