You are here

public static property YamlFormUiElementPropertiesTest::$modules in YAML Form 8

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

modules/yamlform_ui/src/Tests/YamlFormUiElementPropertiesTest.php, line 20

Class

YamlFormUiElementPropertiesTest
Tests for form UI element properties.

Namespace

Drupal\yamlform_ui\Tests

Code

public static $modules = [
  'system',
  'filter',
  'user',
  'yamlform',
  'yamlform_test',
  'yamlform_examples',
  'yamlform_ui',
];