ViewsIntegrationTest::$modules

Type: modules

Overrides ViewTestBase::$modules

File

core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php, line 27

Class

ViewsIntegrationTest
Tests the integration of responsive image with Views.

Namespace

Drupal\Tests\responsive_image\Functional

Code

protected static $modules = [
  'views',
  'views_ui',
  'responsive_image',
  'field',
  'image',
  'file',
  'entity_test',
  'breakpoint',
  'responsive_image_test_module',
];

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