public static property ContentEntityNormalizerAlterTest::$modules in Replication 8
Modules to enable.
Type: array
Overrides NormalizerTestBase::$modules
File
- tests/
src/ Kernel/ Normalizer/ ContentEntityNormalizerAlterTest.php, line 20
Class
- ContentEntityNormalizerAlterTest
- Tests the content serialization format.
Namespace
Drupal\Tests\replication\Kernel\NormalizerCode
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',
];