Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / TaxonomyRelationshipTest.php
similarity index 96%
rename from web/core/modules/taxonomy/src/Tests/Views/TaxonomyRelationshipTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
index 7024e64b44c6066bc69ca7c333ff2b299f32d7dc..03be3e15bb389da446595136f76bc6cc67a80e12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 use Drupal\node\NodeInterface;
 use Drupal\taxonomy\TermInterface;
@@ -30,8 +30,8 @@ class TaxonomyRelationshipTest extends TaxonomyTestBase {
   /**
    * {@inheritdoc}
    */
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     // Make term2 parent of term1.
     $this->term1->set('parent', $this->term2->id());