BasicTest::testCountry PHP 메소드

testCountry() 공개 메소드

public testCountry ( )
    public function testCountry()
    {
        // country list
        $localizedCountryList = \Someline\Model\Basic\CountryModel::getLocalizedCountryList();
        print_r($localizedCountryList);
        // country list
        $countryInfoIndexedList = \Someline\Model\Basic\CountryModel::getCountryInfoIndexedList();
        print_r($countryInfoIndexedList);
    }