protected function UserRoleDeleteTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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 25
Class
- UserRoleDeleteTest
- Tests the handling of user_role entity from the user module.
Namespace
Drupal\Tests\user\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('user');
}