Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / KernelTests / Core / Entity / EntityLoadByUuidTest.php
index 4974a74cb7535a205a23a4064123505b13ab1c64..afd7e0d9b79c8f7fb973aa14bb5d541ca0df47ee 100644 (file)
@@ -35,12 +35,12 @@ class EntityLoadByUuidTest extends KernelTestBase {
     // Create two test entities.
     $entity_0 = EntityTest::create([
       'type' => 'entity_test',
-      'name' => 'published entity'
+      'name' => 'published entity',
     ]);
     $entity_0->save();
     $entity_1 = EntityTest::create([
       'type' => 'entity_test',
-      'name' => 'unpublished entity'
+      'name' => 'unpublished entity',
     ]);
     $entity_1->save();