Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / views_ui / tests / src / Functional / DuplicateTest.php
similarity index 84%
rename from web/core/modules/views_ui/src/Tests/DuplicateTest.php
rename to web/core/modules/views_ui/tests/src/Functional/DuplicateTest.php
index 1096ab4314ca49ffd9c22174700d7d3151c26501..91d88fa60c542c1a59f61f7a5febc75c408c3720 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace Drupal\views_ui\Tests;
+namespace Drupal\Tests\views_ui\Functional;
 
 /**
  * Tests the UI for view duplicate tool.
@@ -9,10 +9,10 @@ namespace Drupal\views_ui\Tests;
  */
 class DuplicateTest extends UITestBase {
 
-  protected function setUp() {
-    parent::setUp();
+  protected function setUp($import_test_views = TRUE) {
+    parent::setUp($import_test_views);
 
-    $this->drupalPlaceBlock('page_title_block');
+    $this->placeBlock('page_title_block');
   }
 
   /**