You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormHandlerEmailAdvancedTest.php, line 14

Class

YamlFormHandlerEmailAdvancedTest
Tests for advanced email form handler functionality with HTML and attachments.

Namespace

Drupal\yamlform\Tests

Code

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