function BlockContentTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/modules/ block_content/ tests/ src/ Kernel/ BlockContentTest.php, line 33 
Class
- BlockContentTest
- Tests the block content.
Namespace
Drupal\Tests\block_content\KernelCode
public function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('user');
  $this->installEntitySchema('block_content');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
