Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / TaxonomyTermFilterDepthTest.php
similarity index 96%
rename from web/core/modules/taxonomy/src/Tests/Views/TaxonomyTermFilterDepthTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php
index 10ccad260ef4199c22e0a074ac95f1ad0268871a..4d7a4fdf03c69cab15c92409f959c88f4cd1cb2f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 use Drupal\views\Views;
 
@@ -34,8 +34,8 @@ class TaxonomyTermFilterDepthTest extends TaxonomyTestBase {
   /**
    * {@inheritdoc}
    */
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     // Create a hierarchy 3 deep. Note the parent setup function creates two
     // top-level terms w/o children.