You are here

public static property WebformElementPrepopulateTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementPrepopulateTest
Tests for webform element prepopulate.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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