diff --git a/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceFormatterTest.php b/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceFormatterTest.php index 3d60caa..1ba23f0 100644 --- a/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceFormatterTest.php +++ b/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceFormatterTest.php @@ -78,7 +78,7 @@ public function testAccess() { // Get all the existing formatters. foreach ($formatter_manager->getOptions('entity_reference') as $formatter => $name) { - // Set formatter to 'Rendered entity' for the 'full' view mode. + // Set formatter type for the 'full' view mode. entity_get_display($this->entityType, $this->bundle, 'default') ->setComponent($field_name, array( 'type' => $formatter,