Webservice client unit tests and fixes for bugs discovered while creating them

This commit is contained in:
Gregory Oschwald
2013-05-08 14:42:13 -07:00
parent 7559b5d3d0
commit 851925b2d6
10 changed files with 405 additions and 34 deletions
@@ -2,7 +2,7 @@
namespace GeoIP2\Model;
class CityISPOrg extends City
class CityIspOrg extends City
{
}
+1 -1
View File
@@ -2,7 +2,7 @@
namespace GeoIP2\Model;
class Omni extends CityISPOrg
class Omni extends CityIspOrg
{
}