Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / TaxonomyTermArgumentDepthTest.php
similarity index 89%
rename from web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermArgumentDepthTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
index 311118dfea0a532771aa801da42889ca3425fc5f..3505784a078599c9455b31dbb5e06280ed982ff9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 /**
  * Tests the taxonomy term with depth argument.
 
 /**
  * Tests the taxonomy term with depth argument.
@@ -32,8 +32,8 @@ class TaxonomyTermArgumentDepthTest extends TaxonomyTestBase {
   /**
    * {@inheritdoc}
    */
   /**
    * {@inheritdoc}
    */
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     // Create a term with markup in the label.
     $first = $this->createTerm(['name' => '<em>First</em>']);
 
     // Create a term with markup in the label.
     $first = $this->createTerm(['name' => '<em>First</em>']);