ApaiIO\Test\Configuration\CountryTest::testValidCountry PHP 메소드

testValidCountry() 공개 메소드

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