Added missing ability to set host

This commit is contained in:
Gregory Oschwald
2013-05-09 15:22:11 -07:00
parent 6fe69b6504
commit ec116a2c29
2 changed files with 11 additions and 3 deletions
@@ -273,6 +273,7 @@ class ClientTest extends \PHPUnit_Framework_TestCase
42,
'abcdef123456',
array('en'),
'geoip.maxmind.com',
$guzzleClient
);
$client->country('1.2.3.4');
@@ -316,6 +317,7 @@ class ClientTest extends \PHPUnit_Framework_TestCase
42,
'abcdef123456',
$languages,
'geoip.maxmind.com',
$guzzleClient
);