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

testValidCountry() public method

public testValidCountry ( )
    public function testValidCountry()
    {
        $this->assertTrue(Country::isValidCountry('com'));
    }