function RenderCacheTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Render/ RenderCacheTest.php, line 37
Class
- RenderCacheTest
- Tests the caching of render items via functional tests.
Namespace
Drupal\KernelTests\Core\RenderCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('user');
$this->installConfig([
'user',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.