You are here

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

Fixtures for the test.

Type: array

Overrides ImportExportTestBase::$fixtures

File

tests/src/Kernel/MenuTest.php, line 15

Class

MenuTest
Class MenuEntityTest.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected $fixtures = [
  [
    'cdf' => 'menu/menu_external.json',
    'expectations' => 'expectations/menu/menu_external.php',
  ],
  [
    'cdf' => 'menu/menu_entity.json',
    'expectations' => 'expectations/menu/menu_entity.php',
  ],
  [
    'cdf' => 'menu/menu_internal.json',
    'expectations' => 'expectations/menu/menu_internal.php',
  ],
];