You are here

protected static property YamlFormElementCustomPropertiesTest::$modules in YAML Form 8

Modules to enable.

Type: array

File

src/Tests/YamlFormElementCustomPropertiesTest.php, line 19

Class

YamlFormElementCustomPropertiesTest
Tests for the form element custom properties.

Namespace

Drupal\yamlform\Tests

Code

protected static $modules = [
  'system',
  'user',
  'yamlform',
  'yamlform_ui',
  'yamlform_test_custom_properties',
];