@@ -24,7 +24,7 @@ public function testGetName()
24
24
25
25
/**
26
26
* @expectedException \Geocoder\Exception\UnsupportedOperation
27
- * @expectedExceptionMessage The Geoip does not support Street addresses.
27
+ * @expectedExceptionMessage The Geoip provider does not support street addresses, only IPv4 addresses.
28
28
*/
29
29
public function testGeocodeWithNull ()
30
30
{
@@ -34,7 +34,7 @@ public function testGeocodeWithNull()
34
34
35
35
/**
36
36
* @expectedException \Geocoder\Exception\UnsupportedOperation
37
- * @expectedExceptionMessage The Geoip does not support Street addresses.
37
+ * @expectedExceptionMessage The Geoip provider does not support street addresses, only IPv4 addresses.
38
38
*/
39
39
public function testGeocodeWithEmpty ()
40
40
{
@@ -44,7 +44,7 @@ public function testGeocodeWithEmpty()
44
44
45
45
/**
46
46
* @expectedException \Geocoder\Exception\UnsupportedOperation
47
- * @expectedExceptionMessage The Geoip does not support Street addresses.
47
+ * @expectedExceptionMessage The Geoip provider does not support street addresses, only IPv4 addresses.
48
48
*/
49
49
public function testGeocodeWithAddress ()
50
50
{
@@ -75,7 +75,7 @@ public function testGeocodeWithLocalhostIPv4()
75
75
76
76
/**
77
77
* @expectedException \Geocoder\Exception\UnsupportedOperation
78
- * @expectedExceptionMessage The Geoip does not support IPv6 addresses.
78
+ * @expectedExceptionMessage The Geoip provider does not support IPv6 addresses, only IPv4 addresses.
79
79
*/
80
80
public function testGeocodeWithLocalhostIPv6 ()
81
81
{
@@ -107,7 +107,7 @@ public function testGeocodeWithRealIPv4()
107
107
108
108
/**
109
109
* @expectedException \Geocoder\Exception\UnsupportedOperation
110
- * @expectedExceptionMessage The Geoip does not support IPv6 addresses.
110
+ * @expectedExceptionMessage The Geoip provider does not support IPv6 addresses, only IPv4 addresses.
111
111
*/
112
112
public function testGeocodeWithRealIPv6 ()
113
113
{
@@ -117,7 +117,7 @@ public function testGeocodeWithRealIPv6()
117
117
118
118
/**
119
119
* @expectedException \Geocoder\Exception\UnsupportedOperation
120
- * @expectedExceptionMessage The Geoip is not able to do reverse geocoding.
120
+ * @expectedExceptionMessage The Geoip provider is not able to do reverse geocoding.
121
121
*/
122
122
public function testReverse ()
123
123
{
0 commit comments