You are here

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

Fixture files.

Type: array

Overrides ImportExportTestBase::$fixtures

File

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

Class

WebformImportExportTest
Tests for Webform syndication.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  [
    'cdf' => 'webform/webform.json',
    'expectations' => 'expectations/webform/webform.php',
  ],
  // We need to test when we update the Webform alias to make sure
  // we don't have issues with dependency calculation for path aliases.
  [
    'cdf' => 'webform/webform-update-alias.json',
    'expectations' => 'expectations/webform/webform_update_alias.php',
  ],
];