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