You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementComputedTest.php, line 20

Class

WebformElementComputedTest
Tests for computed elements.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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