X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Ftests%2Fsrc%2FKernel%2FPlugin%2FArgumentValidatorTest.php;h=82876f1e3eef6950c48e3739426806a71455f421;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=34d426dc761e706cc8ea7c0111df878f20a93095;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php b/web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php index 34d426dc7..82876f1e3 100644 --- a/web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php +++ b/web/core/modules/views/tests/src/Kernel/Plugin/ArgumentValidatorTest.php @@ -41,8 +41,8 @@ class ArgumentValidatorTest extends ViewsKernelTestBase { $options = [ 'specify_validation' => TRUE, 'validate' => [ - 'type' => 'argument_validator_test' - ] + 'type' => 'argument_validator_test', + ], ]; $id = $view->addHandler('default', 'argument', 'views_test_data', 'name', $options); $view->initHandlers();