protected function UserRoleDeleteTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Tests/UserRoleDeleteTest.php \Drupal\user\Tests\UserRoleDeleteTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides KernelTestBase::setUp
File
- core/
modules/ user/ src/ Tests/ UserRoleDeleteTest.php, line 27 - Contains \Drupal\user\Tests\UserRoleDeleteTest.
Class
- UserRoleDeleteTest
- Tests the handling of user_role entity from the user module
Namespace
Drupal\user\TestsCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('user');
}