You are here

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementDateTest
Tests for webform date element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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