You are here

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

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

Modules to enable.

Type: array

Overrides WebformElementManagedFileTestBase::$modules

File

tests/src/Functional/Element/WebformElementMediaFileTest.php, line 20

Class

WebformElementMediaFileTest
Test for webform element managed file handling.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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