You are here

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

Fixtures for the test.

Type: array

Overrides ImportExportTestBase::$fixtures

File

tests/src/Kernel/FileImportExportTest.php, line 21

Class

FileImportExportTest
Tests that files are properly exported and imported.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  [
    'cdf' => 'file/node-with-file-reference.json',
    'expectations' => 'expectations/file/reference_1.php',
  ],
  [
    'cdf' => 'file/node-with-multiple-files.json',
    'expectations' => 'expectations/file/reference_2.php',
  ],
  [
    'cdf' => 'file/file-scheme-empty.json',
    'expectations' => 'expectations/file/file_scheme_empty.php',
  ],
  [
    'cdf' => 'file/file-scheme-http.json',
    'expectations' => 'expectations/file/file_scheme_http.php',
  ],
  [
    'cdf' => 'file/file-scheme-https.json',
    'expectations' => 'expectations/file/file_scheme_https.php',
  ],
];