protected static property ConfigSourceWebformTest::$modules

Modules to enable.

Type: array

Overrides TMGMTKernelTestBase::$modules

File

sources/tmgmt_config/tests/src/Kernel/ConfigSourceWebformTest.php, line 21

Class

ConfigSourceWebformTest
Unit tests for exporting translatable data from config entities and saving it back.

Namespace

Drupal\Tests\tmgmt_config\Kernel

Code

protected static $modules = array(
  'tmgmt_config',
  'language',
  'config_translation',
  'locale',
  'options',
  'webform',
);