protected static property ResponsiveImageFieldUiTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/responsive_image/src/FunctionalJavascript/ResponsiveImageFieldUiTest.php \Drupal\responsive_image\Tests\ResponsiveImageFieldUiTest::modules
Modules to install.
Type: array
Overrides BrowserTestBase::$modules
File
- core/
modules/ responsive_image/ src/ FunctionalJavascript/ ResponsiveImageFieldUiTest.php, line 20
Class
- ResponsiveImageFieldUiTest
- Tests the responsive image field UI.
Namespace
Drupal\responsive_image\TestsCode
protected static $modules = [
'node',
'field_ui',
'image',
'responsive_image',
'responsive_image_test_module',
'block',
];