You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormThirdPartySettingsTest.php, line 17

Class

YamlFormThirdPartySettingsTest
Tests for form third party settings.

Namespace

Drupal\yamlform\Tests

Code

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