public function ParagraphsTypeSourceTest::providerSource

File

paragraphs/tests/src/Kernel/migrate/ParagraphsTypeSourceTest.php, line 25

Class

ParagraphsTypeSourceTest
Test the paragraphs_type source plugin.

Namespace

Drupal\Tests\paragraphs\Kernel\migrate

Code

public function providerSource() {
  $data = $this
    ->getSourceData();
  $data[0]['expected_results'] = [
    [
      'bundle' => 'paragraphs_field',
      'name' => 'Paragraphs Field',
      'locked' => '1',
      'description' => '',
    ],
  ];
  return $data;
}