X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FViewsBlockTest.php;fp=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FViewsBlockTest.php;h=7c49327290aa0bf363a0008b17f2e58ac0f94345;hp=879f6d44d540bea72a4f155837167174a491709f;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php index 879f6d44d..7c4932729 100644 --- a/web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php +++ b/web/core/modules/views/tests/src/Kernel/Plugin/ViewsBlockTest.php @@ -103,7 +103,7 @@ class ViewsBlockTest extends ViewsKernelTestBase { 'title' => 'Overridden title', 'default_argument_type' => 'fixed', 'default_argument_options' => [ - 'argument' => 'fixed' + 'argument' => 'fixed', ], 'validate' => [ 'type' => 'none', @@ -113,7 +113,7 @@ class ViewsBlockTest extends ViewsKernelTestBase { 'table' => 'views_test_data', 'field' => 'name', 'plugin_id' => 'string', - ] + ], ]); $view->save();