diff --git a/tests/MaxMind/Test/MinFraud/ServiceClientTester.php b/tests/MaxMind/Test/MinFraud/ServiceClientTester.php index 89af615..688b481 100644 --- a/tests/MaxMind/Test/MinFraud/ServiceClientTester.php +++ b/tests/MaxMind/Test/MinFraud/ServiceClientTester.php @@ -36,7 +36,7 @@ protected function createRequest( ->willReturn([$statusCode, $contentType, $responseBody]); $factory = $this->getMockBuilder( - 'MaxMind\\WebService\\Http\\RequestFactory' + 'MaxMind\WebService\Http\RequestFactory' )->getMock(); $host = isset($options['host']) ? $options['host'] : 'minfraud.maxmind.com';