Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / field / tests / src / Kernel / EntityReference / Views / EntityReferenceRelationshipTest.php
index 31d6503795bef6dcebf67145ada0557c2eb0d574..5f4c8ee46be5024bbc2ad51bf5bc6b43c88e2ba4 100644 (file)
@@ -34,7 +34,7 @@ class EntityReferenceRelationshipTest extends ViewsKernelTestBase {
     'test_entity_reference_entity_test_mul_view',
     'test_entity_reference_reverse_entity_test_mul_view',
     'test_entity_reference_group_by_empty_relationships',
-  ];
+    ];
 
   /**
    * Modules to install.
@@ -272,7 +272,7 @@ class EntityReferenceRelationshipTest extends ViewsKernelTestBase {
       $this->assertEqual($row->_entity->id(), $this->entities[$index]->id());
 
       // Test the forward relationship.
-      //$this->assertEqual($row->entity_test_entity_test_mul__field_data_test_id, 1);
+      // $this->assertEqual($row->entity_test_entity_test_mul__field_data_test_id, 1);
 
       // Test that the correct relationship entity is on the row.
       $this->assertEqual($row->_relationship_entities['field_test_data_with_a_long_name']->id(), 1);