ApaiIO\Test\Configuration\GenericConfigurationTest::testCountrySetter PHP 메소드

testCountrySetter() 공개 메소드

public testCountrySetter ( )
    public function testCountrySetter()
    {
        $object = new GenericConfiguration();
        $object->setCountry('DE');
        $this->assertEquals('de', $object->getCountry());
    }