BasicTest::testCountry PHP Method

testCountry() public method

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);
    }