X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Fsrc%2FFunctional%2FViews%2FArgumentValidatorTermTest.php;fp=web%2Fcore%2Fmodules%2Ftaxonomy%2Ftests%2Fsrc%2FFunctional%2FViews%2FArgumentValidatorTermTest.php;h=8260565e36c6ff399210ea99fe086779847ddce8;hp=a7ac9b866190c7114ff9176d980c8a1128145dc3;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php b/web/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php index a7ac9b866..8260565e3 100644 --- a/web/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php +++ b/web/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php @@ -65,7 +65,6 @@ class ArgumentValidatorTermTest extends TaxonomyTestBase { $view = Views::getView('test_argument_validator_term'); $view->initHandlers(); - // Test the single validator for term IDs. $view->argument['tid']->validator->options['type'] = 'tid'; @@ -83,7 +82,6 @@ class ArgumentValidatorTermTest extends TaxonomyTestBase { $view->argument['tid']->validated_title = NULL; $view->argument['tid']->argument_validated = NULL; - // Test the multiple validator for term IDs. $view->argument['tid']->validator->options['type'] = 'tids'; $view->argument['tid']->options['break_phrase'] = TRUE;