Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / ArgumentValidatorTermTest.php
similarity index 96%
rename from web/core/modules/taxonomy/src/Tests/Views/ArgumentValidatorTermTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php
index 1630e0f0a5b7062becbf07a1a1bc24686ec11187..a7ac9b866190c7114ff9176d980c8a1128145dc3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 use Drupal\views\Views;
 
@@ -47,8 +47,8 @@ class ArgumentValidatorTermTest extends TaxonomyTestBase {
    */
   public static $testViews = ['test_argument_validator_term'];
 
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     // Add three terms to the 'tags' vocabulary.
     for ($i = 0; $i < 3; $i++) {