function 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\KernelCode
protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('user');
  $this->installEntitySchema('menu_link_content');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
