protected function CacheableMetadataCalculationTest::resetState in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php \Drupal\Tests\views\Kernel\CacheableMetadataCalculationTest::resetState()
Resets the state so we are ready for a new test.
1 call to CacheableMetadataCalculationTest::resetState()
- CacheableMetadataCalculationTest::testCacheableMetadataCalculation in core/
modules/ views/ tests/ src/ Kernel/ CacheableMetadataCalculationTest.php - Tests that cacheability metadata is only calculated when needed.
File
- core/
modules/ views/ tests/ src/ Kernel/ CacheableMetadataCalculationTest.php, line 107
Class
- CacheableMetadataCalculationTest
- Tests that cacheability metadata is only calculated when needed.
Namespace
Drupal\Tests\views\KernelCode
protected function resetState() {
$this->state
->set('views_test_cacheable_metadata_has_been_accessed', FALSE);
}