protected function UserEntityTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/modules/user/tests/src/Kernel/UserEntityTest.php \Drupal\Tests\user\Kernel\UserEntityTest::setUp()
Overrides KernelTestBase::setUp
File
- core/
modules/ user/ tests/ src/ Kernel/ UserEntityTest.php, line 27
Class
- UserEntityTest
- Tests the user entity class.
Namespace
Drupal\Tests\user\KernelCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('user');
}