Test settings for paragraphs field instances.
@dataProvider getData
array $source: The data source.
array $expected: The expected result.
public function testParagraphsInstanceFieldSettings(array $source, array $expected) {
$value = $this->plugin
->transform($source, $this->migrateExecutable, $this->row, 'settings');
$this
->assertEquals($expected, $value);
}