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 91d52829c5a1321e7c40181aaecc99bd577b141f..c3c180adac0c4fa98cb42858f768e3d794fa614b 100644 (file)
@@ -54,11 +54,10 @@ class ViewTest extends UnitTestCase {
       ->method('load')
       ->willReturnMap([
         ['this', $view_this],
-        ['other', $view_other]
+        ['other', $view_other],
     ]);
     $this->viewHandler->view->storage = $view_this;
 
-
     $this->viewHandler->options['view_to_insert'] = 'other:default';
     $this->assertArrayEquals(['config' => ['view.other']], $this->viewHandler->calculateDependencies());