You are here

public static property ResponsiveImageFieldUiTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php \Drupal\responsive_image\Tests\ResponsiveImageFieldUiTest::modules

Modules to install.

Type: array

File

core/modules/responsive_image/src/Tests/ResponsiveImageFieldUiTest.php, line 28
Contains \Drupal\responsive_image\Tests\ResponsiveImageFieldUiTest.

Class

ResponsiveImageFieldUiTest
Tests the "Responsive Image" formatter settings form.

Namespace

Drupal\responsive_image\Tests

Code

public static $modules = array(
  'node',
  'field_ui',
  'image',
  'responsive_image',
  'responsive_image_test_module',
  'block',
);