Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field / tests / src / Kernel / EntityReference / Views / EntityReferenceRelationshipTest.php
index 5f4c8ee46be5024bbc2ad51bf5bc6b43c88e2ba4..095e4bd8d8a2a2357ec9eca121822b39977ccf66 100644 (file)
@@ -67,7 +67,7 @@ class EntityReferenceRelationshipTest extends ViewsKernelTestBase {
     // Create reference from entity_test_mul to entity_test.
     $this->createEntityReferenceField('entity_test_mul', 'entity_test_mul', 'field_data_test', 'field_data_test', 'entity_test');
 
-    // Create another field for testing with a long name. So it's storage name
+    // Create another field for testing with a long name. So its storage name
     // will become hashed. Use entity_test_mul_changed, so the resulting field
     // tables created will be greater than 48 chars long.
     // @see \Drupal\Core\Entity\Sql\DefaultTableMapping::generateFieldTableName()