You are here

public static property NormalizerTestBase::$modules in Replication 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/Normalizer/NormalizerTestBase.php, line 17

Class

NormalizerTestBase

Namespace

Drupal\Tests\replication\Kernel\Normalizer

Code

public static $modules = [
  'serialization',
  'multiversion',
  'key_value',
  'system',
  'field',
  'entity_test',
  'replication',
  'text',
  'filter',
  'user',
  'link',
  'file',
  'language',
  'content_translation',
];