Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Entity / EntityFieldManagerTest.php
index a7f7eb41aa7e2f7e6cb3865735f9576d4e190ee9..87b8a68fc1ccaf454afbce4913eea9f604865022 100644 (file)
@@ -676,7 +676,7 @@ class EntityFieldManagerTest extends UnitTestCase {
           'type' => 'string',
           'bundles' => ['second_bundle' => 'second_bundle'],
         ],
-      ]
+      ],
     ];
     $this->assertEquals($expected, $this->entityFieldManager->getFieldMap());
   }
@@ -695,7 +695,7 @@ class EntityFieldManagerTest extends UnitTestCase {
           'type' => 'string',
           'bundles' => ['second_bundle' => 'second_bundle'],
         ],
-      ]
+      ],
     ];
     $this->setUpEntityTypeDefinitions();
     $this->cacheBackend->get('entity_field_map')->willReturn((object) ['data' => $expected]);