You are here

public static property WebformElementTermReferenceTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementTermReferenceTest
Tests for term reference elements.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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