protected function BlockTest::getExpectedCacheContexts in Drupal 10
Same name and namespace in other branches
- 8 core/modules/jsonapi/tests/src/Functional/BlockTest.php \Drupal\Tests\jsonapi\Functional\BlockTest::getExpectedCacheContexts()
- 9 core/modules/jsonapi/tests/src/Functional/BlockTest.php \Drupal\Tests\jsonapi\Functional\BlockTest::getExpectedCacheContexts()
File
- core/
modules/ jsonapi/ tests/ src/ Functional/ BlockTest.php, line 145
Class
- BlockTest
- JSON:API integration test for the "Block" config entity type.
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function getExpectedCacheContexts(array $sparse_fieldset = NULL) {
// @see ::createEntity()
return array_values(array_diff(parent::getExpectedCacheContexts(), [
'user.permissions',
]));
}