Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / tests / src / Functional / Update / DependencyOrderingTest.php
similarity index 93%
rename from web/core/modules/system/src/Tests/Update/DependencyOrderingTest.php
rename to web/core/modules/system/tests/src/Functional/Update/DependencyOrderingTest.php
index 8616fb6ba9ad0974b3eea855b52824a77f3e08e4..8cafaaddba3e836cd4a9d6e5f6226eb715812f19 100644 (file)
@@ -1,15 +1,15 @@
 <?php
 
-namespace Drupal\system\Tests\Update;
+namespace Drupal\Tests\system\Functional\Update;
 
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests that update functions are run in the proper order.
  *
  * @group Update
  */
-class DependencyOrderingTest extends WebTestBase {
+class DependencyOrderingTest extends BrowserTestBase {
 
   /**
    * Modules to enable.