You are here

public static property WebformElementTelephoneTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementTelephoneTest.php, line 18

Class

WebformElementTelephoneTest
Tests for telephone element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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