You are here

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

Modules to enable.

Type: array

Overrides YamlFormTestBase::$modules

File

src/Tests/YamlFormConfirmationTest.php, line 19

Class

YamlFormConfirmationTest
Tests for form confirmation.

Namespace

Drupal\yamlform\Tests

Code

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