Пример #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetInvalidArgumentException2()
 {
     $this->object->set(NULL);
 }