You are here

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

Modules to enable.

Type: array

File

src/Tests/YamlFormTranslationTest.php, line 23

Class

YamlFormTranslationTest
Tests for form translation.

Namespace

Drupal\yamlform\Tests

Code

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