You are here

public static property ContentEntityNormalizerAlterTest::$modules in Replication 8.2

Modules to enable.

Type: array

Overrides NormalizerTestBase::$modules

File

tests/src/Unit/Normalizer/ContentEntityNormalizerAlterTest.php, line 21

Class

ContentEntityNormalizerAlterTest
Tests the content serialization format.

Namespace

Drupal\Tests\replication\Unit\Normalizer

Code

public static $modules = [
  'serialization',
  'multiversion',
  'key_value',
  'system',
  'field',
  'entity_test',
  'replication',
  'text',
  'filter',
  'user',
  // This test module adds a subscriber to test with.
  'replication_alter_test',
];