You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormElementCodeMirrorTest.php, line 19

Class

YamlFormElementCodeMirrorTest
Tests for form (render) CodeMirror element .

Namespace

Drupal\yamlform\Tests

Code

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