ImageFieldTestBase::$modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/image/tests/src/Functional/ImageFieldTestBase.php, line 34

Class

ImageFieldTestBase
This class provides methods specifically for testing Image's field handling.

Namespace

Drupal\Tests\image\Functional

Code

protected static $modules = [
  'node',
  'image',
  'field_ui',
  'image_module_test',
];

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