You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementFormatCustomTest.php, line 23

Class

WebformElementFormatCustomTest
Tests for webform submission webform element custom #format support.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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