X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FUnit%2FPlugin%2Farea%2FViewTest.php;h=c3c180adac0c4fa98cb42858f768e3d794fa614b;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=91d52829c5a1321e7c40181aaecc99bd577b141f;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php b/web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php index 91d52829c..c3c180ada 100644 --- a/web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php +++ b/web/core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php @@ -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());