You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementInputMaskTest.php, line 19

Class

WebformElementInputMaskTest
Tests for element input mask.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'webform_test_element_input_masks',
];