You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementManagedFileTestBase
Base class for testing webform element managed file handling.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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