Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / tests / src / Functional / BlockRenderOrderTest.php
similarity index 94%
rename from web/core/modules/block/src/Tests/BlockRenderOrderTest.php
rename to web/core/modules/block/tests/src/Functional/BlockRenderOrderTest.php
index a7e26ded4e39558a467afcb3515870d24a7b5adf..2fd1ab8925d76e8f0ad4378fc2f612f346a50b9b 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
-namespace Drupal\block\Tests;
+namespace Drupal\Tests\block\Functional;
 
 use Drupal\Component\Utility\Html;
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests blocks are being rendered in order by weight.
  *
  * @group block
  */
-class BlockRenderOrderTest extends WebTestBase {
+class BlockRenderOrderTest extends BrowserTestBase {
 
   /**
    * Modules to install.