Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / views_ui / tests / src / Functional / ReportTest.php
similarity index 72%
rename from web/core/modules/views_ui/src/Tests/ReportTest.php
rename to web/core/modules/views_ui/tests/src/Functional/ReportTest.php
index 0162519c15fcc9fd7e2d27e68c04b6e097e23201..e7979930c1f7a61b1957f05c4b517ee16ce3ed29 100644 (file)
@@ -1,14 +1,13 @@
 <?php
 
 <?php
 
-namespace Drupal\views_ui\Tests;
-use Drupal\simpletest\WebTestBase;
+namespace Drupal\Tests\views_ui\Functional;
 
 /**
  * Tests existence of the views plugin report.
  *
  * @group views_ui
  */
 
 /**
  * Tests existence of the views plugin report.
  *
  * @group views_ui
  */
-class ReportTest extends WebTestBase {
+class ReportTest extends UITestBase {
 
   /**
    * Modules to enable.
 
   /**
    * Modules to enable.
@@ -24,11 +23,6 @@ class ReportTest extends WebTestBase {
    */
   protected $adminUser;
 
    */
   protected $adminUser;
 
-  protected function setUp() {
-    parent::setUp();
-    $this->adminUser = $this->drupalCreateUser(['administer views']);
-  }
-
   /**
    * Tests the existence of the views plugin report.
    */
   /**
    * Tests the existence of the views plugin report.
    */