diff --git a/Tests/IntegrationTest.php b/Tests/IntegrationTest.php index 9dc2e36..c755e52 100644 --- a/Tests/IntegrationTest.php +++ b/Tests/IntegrationTest.php @@ -18,11 +18,11 @@ class IntegrationTest extends ProviderIntegrationTest ]; /** - * @return \Geocoder\Provider\Provider that is used in the tests + * @return Geocoder\Provider\Provider that is used in the tests */ protected function createProvider(ClientInterface $httpClient) { - return new \Geocoder\Provider\AzureMaps\AzureMaps($httpClient, $_SERVER['AZURE_MAPS_SUBSCRIPTION_KEY']); + return new Geocoder\Provider\AzureMaps\AzureMaps($httpClient, $_SERVER['AZURE_MAPS_SUBSCRIPTION_KEY']); } /**