Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / language / tests / src / Functional / EntityTypeWithoutLanguageFormTest.php
similarity index 87%
rename from web/core/modules/language/src/Tests/EntityTypeWithoutLanguageFormTest.php
rename to web/core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php
index 97ccf2fd8cf220e7b5f74fbb1fcf128e75b14d61..f7b6191484dba4753000f1226423fbc7369d3b0a 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-namespace Drupal\language\Tests;
+namespace Drupal\Tests\language\Functional;
 
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests entity type without language support.
@@ -12,7 +12,7 @@ use Drupal\simpletest\WebTestBase;
  *
  * @group language
  */
-class EntityTypeWithoutLanguageFormTest extends WebTestBase {
+class EntityTypeWithoutLanguageFormTest extends BrowserTestBase {
 
   /**
    * Modules to enable.