You are here

protected function CartResourceTestBase::getExpectedUnauthorizedAccessCacheability in Commerce Cart API 8

Returns the expected cacheability of an unauthorized access response.

Return value

\Drupal\Core\Cache\RefinableCacheableDependencyInterface The expected cacheability.

Overrides ResourceTestBase::getExpectedUnauthorizedAccessCacheability

File

tests/src/Functional/CartResourceTestBase.php, line 138

Class

CartResourceTestBase
Defines base class for commerce_cart_api test cases.

Namespace

Drupal\Tests\commerce_cart_api\Functional

Code

protected function getExpectedUnauthorizedAccessCacheability() {
}