Example #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testExceptionSettingDefaultOffsetWithLetter()
 {
     $this->object->setDefaultOffset('a');
 }