function UserResourceTestBase::getExpectedCacheContexts
The expected cache contexts for the GET/HEAD response of the test entity.
Return value
string[]
Overrides EntityResourceTestBase::getExpectedCacheContexts
File
- 
              core/modules/ user/ tests/ src/ Functional/ Rest/ UserResourceTestBase.php, line 335 
Class
Namespace
Drupal\Tests\user\Functional\RestCode
protected function getExpectedCacheContexts() {
  return [
    'url.site',
    // Due to the 'mail' field's access varying by user.
'user',
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
