You are here

protected function ViewsIntegrationTest::additionalSetup in Entity Reference Hierarchy 8.2

Same name and namespace in other branches
  1. 3.x tests/src/Kernel/ViewsIntegrationTest.php \Drupal\Tests\entity_hierarchy\Kernel\ViewsIntegrationTest::additionalSetup()

Perform additional setup.

Overrides EntityHierarchyTestTrait::additionalSetup

File

tests/src/Kernel/ViewsIntegrationTest.php, line 34

Class

ViewsIntegrationTest
Defines a class for testing views integration.

Namespace

Drupal\Tests\entity_hierarchy\Kernel

Code

protected function additionalSetup() {
  parent::additionalSetup();
  $this
    ->installConfig('entity_hierarchy_test_views');
  $this
    ->installConfig('system');
  $this
    ->installSchema('system', [
    'key_value_expire',
  ]);
}