protected function FileUploadTest::getExpectedUnauthorizedAccessCacheability in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/tests/src/Functional/FileUploadTest.php \Drupal\Tests\jsonapi\Functional\FileUploadTest::getExpectedUnauthorizedAccessCacheability()
 - 10 core/modules/jsonapi/tests/src/Functional/FileUploadTest.php \Drupal\Tests\jsonapi\Functional\FileUploadTest::getExpectedUnauthorizedAccessCacheability()
 
Returns the expected cacheability for an unauthorized response.
Return value
\Drupal\Core\Cache\CacheableMetadata The expected cacheability.
Overrides ResourceTestBase::getExpectedUnauthorizedAccessCacheability
File
- core/
modules/ jsonapi/ tests/ src/ Functional/ FileUploadTest.php, line 898  
Class
- FileUploadTest
 - Tests binary data file upload route.
 
Namespace
Drupal\Tests\jsonapi\FunctionalCode
protected function getExpectedUnauthorizedAccessCacheability() {
  // There is cacheability metadata to check as file uploads only allows POST
  // requests, which will not return cacheable responses.
}