You are here

protected function Ip2CountryResourceTest::getExpectedUnauthorizedAccessCacheability in IP-based Determination of a Visitor's Country 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/Ip2CountryResourceTest.php, line 162

Class

Ip2CountryResourceTest
Tests the Ip2Country REST resource.

Namespace

Drupal\Tests\ip2country\Functional

Code

protected function getExpectedUnauthorizedAccessCacheability() {
}