'user',
'system',
];
/**
* {@inheritdoc}
*/
protected function setUp(): void
{ parent::
setUp();
$this->
installEntitySchema('user'
);
$this->
installEntitySchema('taxonomy_term'
);
$this->
installConfig(['taxonomy'
]);
} /**
* Tests rolling back configuration entity translations.
*/
public function testConfigEntityRollback() { // We use vocabularies to demonstrate importing and rolling back
// configuration entities with translations. First, import vocabularies.
$vocabulary_data_rows =
[ ['id' => '1', 'name' => 'categories', 'weight' => '2'
],
['id' => '2', 'name' => 'tags', 'weight' => '1'
],
];