Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Views / TaxonomyIndexTidFilterTest.php
similarity index 97%
rename from web/core/modules/taxonomy/src/Tests/Views/TaxonomyIndexTidFilterTest.php
rename to web/core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidFilterTest.php
index aa5054feb3136b3a1b2f6cb7127e9a91e95d84b5..6fd1eba865874c3b2544b8717a70824dfbfd0a05 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
 <?php
 
-namespace Drupal\taxonomy\Tests\Views;
+namespace Drupal\Tests\taxonomy\Functional\Views;
 
 use Drupal\taxonomy\Entity\Term;
 use Drupal\taxonomy\Entity\Vocabulary;
 
 use Drupal\taxonomy\Entity\Term;
 use Drupal\taxonomy\Entity\Vocabulary;
@@ -34,7 +34,7 @@ class TaxonomyIndexTidFilterTest extends TaxonomyTestBase {
   /**
    * {@inheritdoc}
    */
   /**
    * {@inheritdoc}
    */
-  protected function setUp() {
+  protected function setUp($import_test_views = TRUE) {
     parent::setUp(FALSE);
 
     // Setup vocabulary and terms so the initial import is valid.
     parent::setUp(FALSE);
 
     // Setup vocabulary and terms so the initial import is valid.