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

testUnvalidCountry() public method

public testUnvalidCountry ( )
    public function testUnvalidCountry()
    {
        $this->assertFalse(Country::isValidCountry(__METHOD__));
    }