function RevisionVersionHistoryTest::setUp

File

core/tests/Drupal/KernelTests/Core/Entity/RevisionVersionHistoryTest.php, line 43

Class

RevisionVersionHistoryTest
Tests version history page.

Namespace

Drupal\KernelTests\Core\Entity

Code

protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('entity_test_rev');
  $this->installEntitySchema('entity_test_revlog');
  $this->installEntitySchema('user');
  $this->installConfig([
    'system',
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.