public function testNoFieldRequired()
 {
     $validator = new Frontdoor_Form_AtLeastOneValidator();
     $this->assertTrue($validator->isValid(null, array('checkbox1' => '0', 'checkbox2' => '0')));
 }