Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / block_content / tests / src / Functional / Views / BlockContentFieldFilterTest.php
similarity index 95%
rename from web/core/modules/block_content/src/Tests/Views/BlockContentFieldFilterTest.php
rename to web/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
index 1ff4fb55baf74daf117f430b31df552611d28c82..a016ab9141b72a375e48acd1cc9acd6f053b1463 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\block_content\Tests\Views;
+namespace Drupal\Tests\block_content\Functional\Views;
 
 use Drupal\field\Entity\FieldStorageConfig;
 use Drupal\language\Entity\ConfigurableLanguage;
@@ -35,8 +35,8 @@ class BlockContentFieldFilterTest extends BlockContentTestBase {
   /**
    * {@inheritdoc}
    */
-  public function setUp() {
-    parent::setUp();
+  public function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
     // Add two new languages.
     ConfigurableLanguage::createFromLangcode('fr')->save();