public static property ConfigSourceUnitTest::$modules in Translation Management Tool 8
Modules to enable.
Type: array
Overrides TMGMTKernelTestBase::$modules
File
- sources/
tmgmt_config/ tests/ src/ Kernel/ ConfigSourceUnitTest.php, line 22
Class
- ConfigSourceUnitTest
- Unit tests for exporting translatable data from config entities and saving it back.
Namespace
Drupal\Tests\tmgmt_config\KernelCode
public static $modules = array(
'tmgmt',
'tmgmt_config',
'tmgmt_test',
'node',
'filter',
'language',
'config_translation',
'locale',
'views',
'views_ui',
'options',
);