You are here

public static property ThemeResetTest::$modules in Media Library Theme Reset 8

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/FunctionalJavascript/ThemeResetTest.php, line 23

Class

ThemeResetTest
Tests that the module styles are appended to media library.

Namespace

Drupal\Tests\media_library_theme_reset\FunctionalJavascript

Code

public static $modules = [
  'system',
  'node',
  'field',
  'field_ui',
  'layout_discovery',
  'layout_builder',
  'contextual',
  'media_library',
  'media',
  'views',
  'file',
  'image',
  'text',
  'filter',
  'user',
  'block',
  'block_content',
  'media_library_theme_reset',
  'media_library_theme_reset_test_content_type',
];