protected static property ConfigSourceUnitTest::$modules

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\Kernel

Code

protected static $modules = array(
  'tmgmt',
  'tmgmt_config',
  'tmgmt_test',
  'node',
  'filter',
  'language',
  'config_translation',
  'locale',
  'views',
  'views_ui',
  'options',
);