public static property ConfigSourceWebformTest::$modules in Translation Management Tool 8
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\KernelCode
public static $modules = array(
'tmgmt_config',
'language',
'config_translation',
'locale',
'options',
'webform',
);