function UserFieldValueTest::setUp

Same name and namespace in other branches
  1. 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\Kernel

Code

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.