You are here

protected static property ViewsIntegrationTest::$modules in Drupal 9

Same name in this branch
  1. 9 core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php \Drupal\Tests\responsive_image\Functional\ViewsIntegrationTest::modules
  2. 9 core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php \Drupal\Tests\dblog\Kernel\Views\ViewsIntegrationTest::modules
Same name and namespace in other branches
  1. 8 core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php \Drupal\Tests\responsive_image\Functional\ViewsIntegrationTest::modules
  2. 10 core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php \Drupal\Tests\responsive_image\Functional\ViewsIntegrationTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

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