You are here

public static property WebformElementManagedFileImageTest::$modules in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/Element/WebformElementManagedFileImageTest.php \Drupal\Tests\webform\Functional\Element\WebformElementManagedFileImageTest::modules

Modules to enable.

Type: array

Overrides WebformElementManagedFileTestBase::$modules

File

tests/src/Functional/Element/WebformElementManagedFileImageTest.php, line 22

Class

WebformElementManagedFileImageTest
Test for webform element managed file image handling.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'file',
  'image',
  'webform',
];