You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormElementManagedFileTest.php, line 21

Class

YamlFormElementManagedFileTest
Test for form element managed file handling.

Namespace

Drupal\yamlform\Tests

Code

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