You are here

public static property WebformElementManagedFileTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformElementManagedFileTestBase::$modules

File

tests/src/Functional/Element/WebformElementManagedFileTest.php, line 21

Class

WebformElementManagedFileTest
Test for webform element managed file handling.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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