ResponsiveImageFieldUiTest::$modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/responsive_image/tests/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php, line 28

Class

ResponsiveImageFieldUiTest
Tests the responsive image field UI.

Namespace

Drupal\Tests\responsive_image\FunctionalJavascript

Code

protected static $modules = [
  'node',
  'field_ui',
  'image',
  'responsive_image',
  'responsive_image_test_module',
  'block',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.