protected static property TMGMTKernelTestBase::$modules

Modules to enable.

Type: array

File

tests/src/Kernel/TMGMTKernelTestBase.php, line 27

Class

TMGMTKernelTestBase
Base class for tests.

Namespace

Drupal\Tests\tmgmt\Kernel

Code

protected static $modules = array(
  'user',
  'system',
  'field',
  'text',
  'entity_test',
  'language',
  'locale',
  'tmgmt',
  'tmgmt_test',
  'options',
);