public static function providerSource() {
$data = static::getSourceData();
$data[0]['expected_data'] = [
[
'item_id' => '2',
'revision_id' => '2',
'field_name' => 'field_field_collection_field',
'bundle' => 'field_collection_field',
'archived' => '0',
'field_text' => [
0 => [
'value' => 'FCID2R2 text',
],
],
],
];
return $data;
}