You are here

protected function Ip2CountryResourceTest::assertNormalizationEdgeCases in IP-based Determination of a Visitor's Country 8

Asserts normalization-specific edge cases.

(Should be called before sending a well-formed request.)

Parameters

string $method: HTTP method.

\Drupal\Core\Url $url: URL to request.

array $request_options: Request options to apply.

Overrides ResourceTestBase::assertNormalizationEdgeCases

See also

\GuzzleHttp\ClientInterface::request()

File

tests/src/Functional/Ip2CountryResourceTest.php, line 157

Class

Ip2CountryResourceTest
Tests the Ip2Country REST resource.

Namespace

Drupal\Tests\ip2country\Functional

Code

protected function assertNormalizationEdgeCases($method, Url $url, array $request_options) {
}