function FieldDataCountTest::setUp
Same name in other branches
- 8.9.x core/modules/field/tests/src/Kernel/FieldDataCountTest.php \Drupal\Tests\field\Kernel\FieldDataCountTest::setUp()
- 10 core/modules/field/tests/src/Kernel/FieldDataCountTest.php \Drupal\Tests\field\Kernel\FieldDataCountTest::setUp()
- 11.x core/modules/field/tests/src/Kernel/FieldDataCountTest.php \Drupal\Tests\field\Kernel\FieldDataCountTest::setUp()
Overrides FieldKernelTestBase::setUp
File
-
core/
modules/ field/ tests/ src/ Kernel/ FieldDataCountTest.php, line 39
Class
- FieldDataCountTest
- Tests the count of field data records.
Namespace
Drupal\Tests\field\KernelCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('entity_test_rev');
$this->storage = \Drupal::entityTypeManager()->getStorage('entity_test');
$this->storageRev = \Drupal::entityTypeManager()->getStorage('entity_test_rev');
$this->storageUser = \Drupal::entityTypeManager()->getStorage('user');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.