You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormSubmissionViewTest.php, line 22

Class

YamlFormSubmissionViewTest
Tests for form submission view as HTML, YAML, and plain text.

Namespace

Drupal\yamlform\Tests

Code

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