You are here

protected function UserRoleDeleteTest::setUp in Drupal 8

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

Overrides KernelTestBase::setUp

File

core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php, line 22

Class

UserRoleDeleteTest
Tests the handling of user_role entity from the user module

Namespace

Drupal\Tests\user\Kernel

Code

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