Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / System / TokenReplaceWebTest.php
similarity index 84%
rename from web/core/modules/system/src/Tests/System/TokenReplaceWebTest.php
rename to web/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
index 21fe23ac19245aca09e79640a91a7483849e83b0..450f50704552c9a9084e4d953444e949d08fa136 100644 (file)
@@ -1,17 +1,17 @@
 <?php
 
-namespace Drupal\system\Tests\System;
+namespace Drupal\Tests\system\Functional\System;
 
 use Drupal\Core\EventSubscriber\MainContentViewSubscriber;
-use Drupal\simpletest\WebTestBase;
-use Drupal\system\Tests\Cache\AssertPageCacheContextsAndTagsTrait;
+use Drupal\Tests\BrowserTestBase;
+use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait;
 
 /**
  * Tests the token system integration.
  *
  * @group system
  */
-class TokenReplaceWebTest extends WebTestBase {
+class TokenReplaceWebTest extends BrowserTestBase {
 
   use AssertPageCacheContextsAndTagsTrait;