/**
  * @expectedException \InvalidArgumentException
  */
 public function testSetInvalidArgumentException2()
 {
     $this->object->set(NULL);
 }