Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / TaxonomyParentUITest.php
similarity index 81%
rename from web/core/modules/taxonomy/src/Tests/Views/TaxonomyParentUITest.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
index a57a09a7ad6bb7d3f609c9105c48993eccc88000..d8ab8ea121165cd4a3b72a0123d2aa5d57ce0044 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 use Drupal\views\Tests\ViewTestData;
 
 use Drupal\views\Tests\ViewTestData;
-use Drupal\views_ui\Tests\UITestBase;
+use Drupal\Tests\views_ui\Functional\UITestBase;
 
 /**
  * Tests views taxonomy parent plugin UI.
 
 /**
  * Tests views taxonomy parent plugin UI.
@@ -30,8 +30,8 @@ class TaxonomyParentUITest extends UITestBase {
   /**
    * {@inheritdoc}
    */
   /**
    * {@inheritdoc}
    */
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     ViewTestData::createTestViews(get_class($this), ['taxonomy_test_views']);
   }
 
     ViewTestData::createTestViews(get_class($this), ['taxonomy_test_views']);
   }