Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block / tests / src / Functional / BlockInstallTest.php
similarity index 87%
rename from web/core/modules/block/src/Tests/BlockInstallTest.php
rename to web/core/modules/block/tests/src/Functional/BlockInstallTest.php
index 55f4b8a921eb49738b775825ed2001f4c995bbcc..c6fd1eb19099351208b31a7c16df4b4b1d5646ea 100644 (file)
@@ -1,15 +1,15 @@
 <?php
 
-namespace Drupal\block\Tests;
+namespace Drupal\Tests\block\Functional;
 
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests block module's installation.
  *
  * @group block
  */
-class BlockInstallTest extends WebTestBase {
+class BlockInstallTest extends BrowserTestBase {
 
   public function testCacheTagInvalidationUponInstallation() {
     // Warm the page cache.