You are here

public function WebformImportExportTest::webformImportExportDataProvider in Acquia Content Hub 8.2

Data provider for webformImportExportDataProvider.

Return value

array Array of import and export data.

File

tests/src/Kernel/WebformImportExportTest.php, line 79

Class

WebformImportExportTest
Tests for Webform syndication.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public function webformImportExportDataProvider() {
  return [
    [
      0,
      1,
      [
        [
          'type' => 'webform',
          'uuid' => '035fd1a3-c6a4-449e-937b-e333eb4693b7',
        ],
      ],
      'webform',
      '035fd1a3-c6a4-449e-937b-e333eb4693b7',
    ],
  ];
}