diff --git a/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php b/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php index 282a6e6..c5e52c1 100644 --- a/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php +++ b/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php @@ -11,7 +11,7 @@ use Drupal\Core\Entity\Field\FieldInterface; /** - * Tests the new entity API for the field field type. + * Tests the new entity API for the shape field type. */ class ShapeItemTest extends FieldItemUnitTestBase { diff --git a/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php b/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php index 5051031..a1cce16 100644 --- a/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php +++ b/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php @@ -11,7 +11,7 @@ use Drupal\Core\Entity\Field\FieldInterface; /** - * Tests the new entity API for the field field type. + * Tests the new entity API for the test field type. */ class TestItemTest extends FieldItemUnitTestBase {