You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormSubmissionFormSettingsTest.php, line 20

Class

YamlFormSubmissionFormSettingsTest
Tests for form submission form settings.

Namespace

Drupal\yamlform\Tests

Code

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