function CacheableMetadataCalculationTest::setUp
Same name in other branches
- 9 core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php \Drupal\Tests\views\Kernel\CacheableMetadataCalculationTest::setUp()
- 10 core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php \Drupal\Tests\views\Kernel\CacheableMetadataCalculationTest::setUp()
- 11.x core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php \Drupal\Tests\views\Kernel\CacheableMetadataCalculationTest::setUp()
Overrides KernelTestBase::setUp
File
-
core/
modules/ views/ tests/ src/ Kernel/ CacheableMetadataCalculationTest.php, line 46
Class
- CacheableMetadataCalculationTest
- Tests that cacheability metadata is only calculated when needed.
Namespace
Drupal\Tests\views\KernelCode
protected function setUp() {
parent::setUp();
$this->installConfig([
'views',
]);
$this->installEntitySchema('user');
$this->state = $this->container
->get('state');
$this->entityTypeManager = $this->container
->get('entity_type.manager');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.