You are here

public static property WebformElementTableTest::$modules in Webform 8.5

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementTableTest
Tests for table elements.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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