ApaiIO\Test\Configuration\GenericConfigurationTest::testCountryException PHP Method

testCountryException() public method

    public function testCountryException()
    {
        $object = new GenericConfiguration();
        $object->setCountry('no country');
    }