function BlockStorageUnitTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/modules/ block/ tests/ src/ Kernel/ BlockStorageUnitTest.php, line 36 
Class
- BlockStorageUnitTest
- Tests the storage of blocks.
Namespace
Drupal\Tests\block\KernelCode
protected function setUp() : void {
  parent::setUp();
  $this->controller = $this->container
    ->get('entity_type.manager')
    ->getStorage('block');
  $this->container
    ->get('theme_installer')
    ->install([
    'stark',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
