Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleUpdateBase.php
similarity index 98%
rename from web/core/modules/locale/src/Tests/LocaleUpdateBase.php
rename to web/core/modules/locale/tests/src/Functional/LocaleUpdateBase.php
index b228a962de5f7dab19d7899d785fb7a3dbb02834..f4c59b2873b4fa6a6eb841111a6509976dd80454 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
 <?php
 
-namespace Drupal\locale\Tests;
+namespace Drupal\Tests\locale\Functional;
 
 use Drupal\Core\StreamWrapper\PublicStream;
 use Drupal\file\Entity\File;
 
 use Drupal\Core\StreamWrapper\PublicStream;
 use Drupal\file\Entity\File;
-use Drupal\simpletest\WebTestBase;
+use Drupal\Tests\BrowserTestBase;
 use Drupal\Component\Utility\SafeMarkup;
 
 /**
  * Base class for testing updates to string translations.
  */
 use Drupal\Component\Utility\SafeMarkup;
 
 /**
  * Base class for testing updates to string translations.
  */
-abstract class LocaleUpdateBase extends WebTestBase {
+abstract class LocaleUpdateBase extends BrowserTestBase {
 
   /**
    * Timestamp for an old translation.
 
   /**
    * Timestamp for an old translation.