public function testGetType()
 {
     $tc = new HTML_QuickForm2_Element_Captcha_Numeral();
     $this->assertEquals('captcha', $tc->getType());
 }