You are here

protected function RevisionOverviewIntegrationTest::setUp in Entity API 8.0

Overrides KernelTestBase::setUp

File

tests/Kernel/RevisionOverviewIntegrationTest.php, line 29
Contains \Drupal\Tests\entity\Kernel\RevisionOverviewIntegrationTest.

Class

RevisionOverviewIntegrationTest
Tests some integration of the revision overview:

Namespace

Drupal\Tests\entity\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installSchema('system', 'router');
  \Drupal::service('router.builder')
    ->rebuild();
}