You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormTestBase.php, line 19

Class

YamlFormTestBase
Defines an abstract test base for form tests.

Namespace

Drupal\yamlform\Tests

Code

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