Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / tests / src / Unit / Plugin / migrate / destination / EntityContentBaseTest.php
index e6bb37b0595d34fe61a9031b53b223403c31d1bc..4fa08fed0a200d2d69e285f41afa74eb75f94f36 100644 (file)
@@ -113,7 +113,7 @@ class EntityContentBaseTest extends UnitTestCase {
     $this->storage->getEntityType()->willReturn($entity_type->reveal());
 
     $destination = new EntityTestDestination(
-      [ 'translations' => TRUE ],
+      ['translations' => TRUE],
       '',
       [],
       $this->migration->reveal(),