ResponsiveImageIntegrationTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::modules
  2. 8.9.x core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::modules
  3. 11.x core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php \Drupal\Tests\responsive_image\Kernel\ResponsiveImageIntegrationTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/responsive_image/tests/src/Kernel/ResponsiveImageIntegrationTest.php, line 23

Class

ResponsiveImageIntegrationTest
Tests the integration of responsive image with other components.

Namespace

Drupal\Tests\responsive_image\Kernel

Code

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

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