You are here

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

Fixture files.

Type: array

Overrides ImportExportTestBase::$fixtures

File

tests/src/Kernel/BlockTest.php, line 29

Class

BlockTest
Tests exporting and import blocks.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  0 => [
    'cdf' => 'block/block1.json',
    'expectations' => 'expectations/block/block_content1.php',
  ],
  1 => [
    'cdf' => 'block/block2.json',
    'expectations' => 'expectations/block/block_content2.php',
  ],
  2 => [
    'cdf' => 'block/block_translations.json',
    'expectations' => 'expectations/block/block_translations.php',
  ],
];