You are here

public static property EntityCloneResponsiveImageStyleTest::$modules in Entity Clone 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/EntityCloneResponsiveImageStyleTest.php, line 20

Class

EntityCloneResponsiveImageStyleTest
Create a responsive image style and test a clone.

Namespace

Drupal\Tests\entity_clone\Functional

Code

public static $modules = [
  'entity_clone',
  'responsive_image',
];