You are here

public static property NormalizerTestBase::$modules in Replication 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

NormalizerTestBase

Namespace

Drupal\Tests\replication\Unit\Normalizer

Code

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