You are here

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementDateTimeTest
Tests for webform datetime element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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