function FileUploadResourceTestBase::getExpectedUnauthorizedAccessCacheability
Returns the expected cacheability of an unauthorized access response.
Return value
\Drupal\Core\Cache\RefinableCacheableDependencyInterface The expected cacheability.
Overrides ResourceTestBase::getExpectedUnauthorizedAccessCacheability
File
- 
              core/
modules/ rest/ tests/ src/ Functional/ FileUploadResourceTestBase.php, line 826  
Class
- FileUploadResourceTestBase
 - Tests binary data file upload route.
 
Namespace
Drupal\Tests\rest\FunctionalCode
protected function getExpectedUnauthorizedAccessCacheability() {
  // There is cacheability metadata to check as file uploads only allows POST
  // requests, which will not return cacheable responses.
  return new CacheableMetadata();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.