Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Functional / Handler / AreaTest.php
index d631373d23ef00921e9823ad6e7d147c2a477e2e..1827319bbd05d48a6181cd788ed8d143d09d33d4 100644 (file)
@@ -41,14 +41,13 @@ class AreaTest extends ViewTestBase {
       'title' => 'Test Example area',
       'help' => 'A area handler which just exists for tests.',
       'area' => [
-        'id' => 'test_example'
-      ]
+        'id' => 'test_example',
+      ],
     ];
 
     return $data;
   }
 
-
   /**
    * Tests the generic UI of a area handler.
    */