X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FEntity%2FContentEntityCloneTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FEntity%2FContentEntityCloneTest.php;h=7faa8b83f1525dff74ff6486406edee532d90817;hp=0f77535a3f6b850e0a36023e5b7305d739ba3ece;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php index 0f77535a3..7faa8b83f 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php @@ -131,7 +131,6 @@ class ContentEntityCloneTest extends EntityKernelTestBase { } $this->assertTrue($different_references, 'The entity object and the cloned entity object reference different field item list objects.'); - // Reload the entity, initialize one translation, clone it and check that // both entity objects reference different field instances. $entity = $this->reloadEntity($entity);