public function testShouldSetOptionsCorrectly3()
 {
     $object = new Payment_Process2_Common();
     try {
         $object->setOptions(null);
         $this->fail("Should have raised exceptiosn");
     } catch (InvalidArgumentException $iae) {
     }
 }