You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormElementAttributesTest.php, line 19

Class

YamlFormElementAttributesTest
Tests for form element attributes.

Namespace

Drupal\yamlform\Tests

Code

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