$tests['entity_test_mulrev:id'
] =
['entity_test_mulrev', 'id'
];
$tests['entity_test_mulrev:revision_id'
] =
['entity_test_mulrev', 'revision_id'
];
$tests['entity_test_mulrev:langcode'
] =
['entity_test_mulrev', 'langcode'
];
return $tests;
} /**
* {@inheritdoc}
*/
protected function refreshServices() { parent::
refreshServices();
$this->database =
$this->container->
get('database'
);
} /**
* Tests that modifying the UUID field for a translatable entity works.
*/
public function testModifyingTranslatableColumnSchema() { $this->
installModule('entity_schema_test'
);
$this->
updateEntityType(TRUE
);
$fields =
['revision_log', 'uuid'
];
$entity_field_manager = \Drupal::
service('entity_field.manager'
);