You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormSubmissionStorageTest.php, line 22

Class

YamlFormSubmissionStorageTest
Tests for form storage tests.

Namespace

Drupal\yamlform\Tests

Code

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