Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Kernel / Handler / AreaEmptyTest.php
index 0f209cac2ebd934304919c5604bba3f7770f9359..a113f0c4ffd6c1001f01b8658382a15cd78781ca 100644 (file)
@@ -35,8 +35,8 @@ class AreaEmptyTest extends ViewsKernelTestBase {
       'title' => 'Test Example area',
       'help' => 'A area handler which just exists for tests.',
       'area' => [
-        'id' => 'test_example'
-      ]
+        'id' => 'test_example',
+      ],
     ];
 
     return $data;