You are here

protected function MenuLinkContentDeriverTest::setUp in Drupal 8

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

Overrides KernelTestBase::setUp

File

core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php, line 32

Class

MenuLinkContentDeriverTest
Tests the menu link content deriver.

Namespace

Drupal\Tests\menu_link_content\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('user');
  $this
    ->installEntitySchema('menu_link_content');
}