PopTest\Geo\GeoTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        if (function_exists('geoip_db_get_all_info')) {
            $this->assertInstanceOf('Pop\\Geo\\Geo', new Geo(array('host' => 'www.google.com')));
        }
    }