%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/bbw/farmaci/kritik-portale/vendor/geoip/geoip/tests/
Upload File :
Create Path :
Current File : //var/www/html/bbw/farmaci/kritik-portale/vendor/geoip/geoip/tests/CityTest.php

<?php

class CityTest extends \PHPUnit_Framework_TestCase
{

    public function testCity()
    {
        global $GEOIP_REGION_NAME;

        $gi = geoip_open("tests/data/GeoIPCity.dat", GEOIP_STANDARD);

        $record = geoip_record_by_addr($gi, "64.17.254.216");

        $this->assertEquals(310, $record->area_code);
        $this->assertEquals('El Segundo', $record->city);
        $this->assertEquals('US', $record->country_code);
        $this->assertEquals('USA', $record->country_code3);
        $this->assertEquals('United States', $record->country_name);
        $this->assertEquals(803, $record->dma_code);
        $this->assertEquals(33.91, $record->latitude, '', 0.01);
        $this->assertEquals(-118.40, $record->longitude, '', 0.01);
        $this->assertEquals(803, $record->metro_code);
        $this->assertEquals('90245', $record->postal_code);
        $this->assertEquals('CA', $record->region);
        $this->assertEquals(
            'California',
            $GEOIP_REGION_NAME[$record->country_code][$record->region]
        );
        $this->assertEquals(
            'America/Los_Angeles',
            get_time_zone($record->country_code, $record->region)
        );
    }
}

Zerion Mini Shell 1.0