You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementTermsOfServiceTest.php, line 17

Class

WebformElementTermsOfServiceTest
Tests for webform terms of service element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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