protected function Ip2CountryResourceTest::getExpectedUnauthorizedAccessMessage in IP-based Determination of a Visitor's Country 8
Return the expected error message.
Parameters
string $method: The HTTP method (GET, POST, PATCH, DELETE).
Return value
string The error string.
Overrides ResourceTestBase::getExpectedUnauthorizedAccessMessage
File
- tests/
src/ Functional/ Ip2CountryResourceTest.php, line 167
Class
- Ip2CountryResourceTest
- Tests the Ip2Country REST resource.
Namespace
Drupal\Tests\ip2country\FunctionalCode
protected function getExpectedUnauthorizedAccessMessage($method) {
}