function UserFieldValueTest::setUp
Same name and namespace in other branches
- 11.x core/modules/user/tests/src/Kernel/UserFieldValueTest.php \Drupal\Tests\user\Kernel\UserFieldValueTest::setUp()
File
-
core/
modules/ user/ tests/ src/ Kernel/ UserFieldValueTest.php, line 31
Class
- UserFieldValueTest
- Tests fast scalar field access on the user entity.
Namespace
Drupal\Tests\user\KernelCode
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.