You are here

protected property NodeImportExportTest::$fixtures in Acquia Content Hub 8.2

Fixtures for the test.

Type: array

Overrides ImportExportTestBase::$fixtures

File

tests/src/Kernel/NodeImportExportTest.php, line 15

Class

NodeImportExportTest
Tests node imports and exports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  0 => [
    'cdf' => 'node/node_page.json',
    'expectations' => 'expectations/node/node_page.php',
  ],
  1 => [
    'cdf' => 'node/node-with-embedded-image.json',
    'expectations' => 'expectations/node/node_with_embedded_image.php',
  ],
  2 => [
    'cdf' => 'node/node-translations.json',
    'expectations' => 'expectations/node/node_translations.php',
  ],
  3 => [
    'cdf' => 'node/node-translations-non-default-lang-node.json',
    'expectations' => 'expectations/node/node_translations_non_default_lang_node.php',
  ],
  4 => [
    'cdf' => 'node/node-with-links.json',
    'expectations' => 'expectations/node/node_with_links.php',
  ],
  5 => [
    'cdf' => 'node/node-with-recursive-deps.json',
    'expectations' => 'expectations/node/node_with_recursive_deps.php',
  ],
  6 => [
    'cdf' => 'node/node-with-content-moderation.json',
    'expectations' => 'expectations/node/node_with_content_moderation.php',
  ],
];