You are here

protected function MenuLinkContentDeriverTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php \Drupal\menu_link_content\Tests\MenuLinkContentDeriverTest::setUp()

Performs setup tasks before each individual test method is run.

Overrides KernelTestBase::setUp

File

core/modules/menu_link_content/src/Tests/MenuLinkContentDeriverTest.php, line 32
Contains \Drupal\menu_link_content\Tests\MenuLinkContentDeriverTest.

Class

MenuLinkContentDeriverTest
Tests the menu link content deriver.

Namespace

Drupal\menu_link_content\Tests

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('menu_link_content');
  $this
    ->installSchema('system', 'router');
}