Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views_ui / tests / src / Unit / ViewListBuilderTest.php
index b4a3df022d32dadb83e655bf1803a87abcd8b922..d448252c6f4ac609e7455c10a2f730a49ed73cac 100644 (file)
@@ -48,7 +48,7 @@ class ViewListBuilderTest extends UnitTestCase {
             'theme' => 'views_view',
             'no_ui' => TRUE,
             'admin' => '',
-          ]
+          ],
         ],
         [
           'page',
@@ -61,7 +61,7 @@ class ViewListBuilderTest extends UnitTestCase {
             'contextual_links_locations' => ['page'],
             'theme' => 'views_view',
             'admin' => 'Page admin label',
-          ]
+          ],
         ],
         [
           'embed',
@@ -71,7 +71,7 @@ class ViewListBuilderTest extends UnitTestCase {
             'title' => 'embed',
             'theme' => 'views_view',
             'admin' => 'Embed admin label',
-          ]
+          ],
         ],
       ]));