You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormElementMessageTest.php, line 20

Class

YamlFormElementMessageTest
Tests for message form element.

Namespace

Drupal\yamlform\Tests

Code

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