Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / ArgumentValidatorTermTest.php
index a7ac9b866190c7114ff9176d980c8a1128145dc3..8260565e36c6ff399210ea99fe086779847ddce8 100644 (file)
@@ -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;