You are here

protected static property NoJavaScriptAnonymousTest::$modules in Drupal 10

Modules to enable.

This is a list of modules that are enabled in the 'standard' profile.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php, line 30

Class

NoJavaScriptAnonymousTest
Tests that anonymous users are not served any JavaScript.

Namespace

Drupal\Tests\system\Functional\Common

Code

protected static $modules = [
  'node',
  'history',
  'block',
  'breakpoint',
  'ckeditor',
  'config',
  'comment',
  'contextual',
  'contact',
  'menu_link_content',
  'datetime',
  'block_content',
  'editor',
  'help',
  'image',
  'menu_ui',
  'options',
  'path',
  'page_cache',
  'dynamic_page_cache',
  'big_pipe',
  'taxonomy',
  'dblog',
  'search',
  'shortcut',
  'toolbar',
  'field_ui',
  'file',
  'views',
  'views_ui',
  'tour',
  'automated_cron',
];