ResponsiveImageAdminUITest::$modules

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php, line 20

Class

ResponsiveImageAdminUITest
Thoroughly test the administrative interface of the Responsive Image module.

Namespace

Drupal\Tests\responsive_image\Functional

Code

protected static $modules = [
    'responsive_image',
    'responsive_image_test_module',
];

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