You are here

public static property WebformElementAccessTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementAccessTest
Tests for webform element access.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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