You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormElementManagedFilePublicTest.php, line 19

Class

YamlFormElementManagedFilePublicTest
Test for form element managed public file handling (DRUPAL-PSA-2016-003).

Namespace

Drupal\yamlform\Tests

Code

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