diff --git a/tests/GeoIp2/Test/WebService/ClientTest.php b/tests/GeoIp2/Test/WebService/ClientTest.php index 5c291da..71ec3fb 100644 --- a/tests/GeoIp2/Test/WebService/ClientTest.php +++ b/tests/GeoIp2/Test/WebService/ClientTest.php @@ -515,7 +515,7 @@ private function makeRequest( ->method('get') ->willReturn([$statusCode, $contentType, $responseBody]); $factory = $this->getMockBuilder( - 'MaxMind\\WebService\\Http\\RequestFactory' + 'MaxMind\WebService\Http\RequestFactory' )->getMock(); $host = isset($options['host']) ? $options['host'] : 'geoip.maxmind.com'; $url = 'https://' . $host . '/geoip/v2.1/' . strtolower($service)