You are here

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

Fixtures for the test.

Type: array

Overrides ImportExportTestBase::$fixtures

File

tests/src/Kernel/ParagraphsImportExportTest.php, line 19

Class

ParagraphsImportExportTest
Tests that paragraphs are properly exported and imported.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  [
    'cdf' => 'paragraphs/node-with-paragraph.json',
    'expectations' => 'expectations/paragraphs/node_with_paragraph.php',
  ],
  [
    'cdf' => 'paragraphs/node-with-multi-level-paragraphs.json',
    'expectations' => 'expectations/paragraphs/node_with_multi_level_paragraphs.php',
  ],
  [
    'cdf' => 'paragraphs/translated-paragraphs.json',
    'expectations' => 'expectations/paragraphs/translated_paragraphs.php',
  ],
];