You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormElementStatesTest.php, line 23

Class

YamlFormElementStatesTest
Tests for form element #states.

Namespace

Drupal\yamlform\Tests

Code

protected static $modules = [
  'system',
  'filter',
  'file',
  'language',
  'node',
  'user',
  'yamlform',
  'yamlform_examples',
  'yamlform_test',
];