function AdminAccountSwitcherTest::setUp

Same name in other branches
  1. 11.x core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php \Drupal\KernelTests\Core\DefaultContent\AdminAccountSwitcherTest::setUp()

Overrides KernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/DefaultContent/AdminAccountSwitcherTest.php, line 31

Class

AdminAccountSwitcherTest
@covers \Drupal\Core\DefaultContent\AdminAccountSwitcher @group DefaultContent

Namespace

Drupal\KernelTests\Core\DefaultContent

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.