Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / tests / src / Unit / Plugin / area / ViewTest.php
index 98a155466928310db57c5f4bcc1d453a3bf0bb73..c3c180adac0c4fa98cb42858f768e3d794fa614b 100644 (file)
@@ -54,7 +54,7 @@ class ViewTest extends UnitTestCase {
       ->method('load')
       ->willReturnMap([
         ['this', $view_this],
-        ['other', $view_other]
+        ['other', $view_other],
     ]);
     $this->viewHandler->view->storage = $view_this;