function RendererPlaceholdersTest::setUp

Overrides RendererTestBase::setUp

File

core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php, line 33

Class

RendererPlaceholdersTest
Tests Drupal\Core\Render\Renderer.

Namespace

Drupal\Tests\Core\Render

Code

protected function setUp() : void {
  // Disable the required cache contexts, so that this test can test just the
  // placeholder replacement 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.