function UserRolesAccessPolicyTest::testGetPersistentCacheContexts
Tests the getPersistentCacheContexts method.
@covers ::getPersistentCacheContexts
File
-
core/
tests/ Drupal/ Tests/ Core/ Session/ UserRolesAccessPolicyTest.php, line 185
Class
- UserRolesAccessPolicyTest
- @coversDefaultClass \Drupal\Core\Session\UserRolesAccessPolicy[[api-linebreak]] @group Session
Namespace
Drupal\Tests\Core\SessionCode
public function testGetPersistentCacheContexts() : void {
$this->assertSame([
'user.roles',
], $this->accessPolicy
->getPersistentCacheContexts(AccessPolicyInterface::SCOPE_DRUPAL));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.