Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / tests / src / Functional / BlockFormInBlockTest.php
similarity index 93%
rename from web/core/modules/block/src/Tests/BlockFormInBlockTest.php
rename to web/core/modules/block/tests/src/Functional/BlockFormInBlockTest.php
index ebe43c8cef01dfe5fd119b1121c2ceaf1acabebe..c0e7f589267ef567b68c8456b0734ad2e48d9041 100644 (file)
@@ -1,17 +1,16 @@
 <?php
 
-namespace Drupal\block\Tests;
+namespace Drupal\Tests\block\Functional;
 
 use Drupal\Component\Utility\Crypt;
-use Drupal\simpletest\WebTestBase;
-
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests form in block caching.
  *
  * @group block
  */
-class BlockFormInBlockTest extends WebTestBase {
+class BlockFormInBlockTest extends BrowserTestBase {
 
   /**
    * Modules to install.