You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormDraftTest.php, line 22

Class

YamlFormDraftTest
Tests for form draft.

Namespace

Drupal\yamlform\Tests

Code

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