function MenuLinkContentDeriverTest::setUp
Same name in other branches
- 9 core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php \Drupal\Tests\menu_link_content\Kernel\MenuLinkContentDeriverTest::setUp()
- 8.9.x core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php \Drupal\Tests\menu_link_content\Kernel\MenuLinkContentDeriverTest::setUp()
- 11.x 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 34
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.