ApaiIO\Test\Configuration\CountryTest::testValidCountry PHP Метод

testValidCountry() публичный метод

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