You are here

protected static property ResponsiveImageIntegrationTest::$modules in Drupal 10

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

File

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

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',
];