function RendererBubblingTest::setUp
Overrides RendererTestBase::setUp
File
- 
              core/tests/ Drupal/ Tests/ Core/ Render/ RendererBubblingTest.php, line 27 
Class
- RendererBubblingTest
- @coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]] @group Render
Namespace
Drupal\Tests\Core\RenderCode
protected function setUp() : void {
  // Disable the required cache contexts, so that this test can test just the
  // bubbling behavior.
  $this->rendererConfig['required_cache_contexts'] = [];
  parent::setUp();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
