Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / src / Functional / Common / NoJavaScriptAnonymousTest.php
similarity index 92%
rename from web/core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php
rename to web/core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
index e671f872130d321b65d261bc120e47f25680e520..2be4d79ad5414ceca978f5c29ddd53661b88a984 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
-namespace Drupal\system\Tests\Common;
+namespace Drupal\Tests\system\Functional\Common;
 
-use Drupal\simpletest\WebTestBase;
 use Drupal\node\NodeInterface;
+use Drupal\Tests\BrowserTestBase;
 
 /**
  * Tests that anonymous users are not served any JavaScript in the Standard
@@ -11,7 +11,7 @@ use Drupal\node\NodeInterface;
  *
  * @group Common
  */
-class NoJavaScriptAnonymousTest extends WebTestBase {
+class NoJavaScriptAnonymousTest extends BrowserTestBase {
 
   protected $profile = 'standard';