You are here

public function RedirectImportExportTest::testExceptionOnRedirectImportDataProvider in Acquia Content Hub 8.2

Data provider for testExceptionOnRedirectImport.

Return value

array Data provider set.

File

tests/src/Kernel/RedirectImportExportTest.php, line 328

Class

RedirectImportExportTest
Tests redirect export and import.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public function testExceptionOnRedirectImportDataProvider() {
  return [
    [
      0,
      [
        [
          'type' => 'redirect',
          'uuid' => 'a1d183ff-f1de-433c-8a75-21450a9c868b',
        ],
      ],
      'node',
      '03cf6ebe-f0b2-4217-9783-82d7125ef460',
      'a1d183ff-f1de-433c-8a75-21450a9c868b',
    ],
  ];
}