function RendererPlaceholdersTest::setUp
Overrides RendererTestBase::setUp
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ RendererPlaceholdersTest.php, line 33
Class
Namespace
Drupal\Tests\Core\RenderCode
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.