ApaiIO\Test\Configuration\CountryTest::testCountryList PHP Method

testCountryList() public method

public testCountryList ( )
    public function testCountryList()
    {
        $this->assertEquals(['de', 'com', 'co.uk', 'ca', 'fr', 'co.jp', 'it', 'cn', 'es', 'in', 'com.br', 'com.mx', 'com.au'], Country::getCountries());
    }