Provides data and expected results for testing paragraph migrations.
string[][] The node migration to run.
public static function providerParagraphContentMigration() {
return [
[
'migration_to_run' => NULL,
],
[
'migration_to_run' => 'd7_node_revision:paragraphs_test',
],
[
'migration_to_run' => 'd7_node_translation:paragraphs_test',
],
[
'migration_to_run' => 'd7_node_complete:paragraphs_test',
],
];
}