You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormElementOptionsTest.php, line 19

Class

YamlFormElementOptionsTest
Tests for form element options.

Namespace

Drupal\yamlform\Tests

Code

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