You are here

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

Fixture files.

Type: array

Overrides ImportExportTestBase::$fixtures

File

tests/src/Kernel/ViewConfigTest.php, line 28

Class

ViewConfigTest
Class ViewConfigTest.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  1 => [
    'cdf' => 'view/view_config.json',
    'expectations' => 'expectations/view/view_config.php',
  ],
];