Exemple #1
0
 public function testUnserializeInvalid()
 {
     $this->setExpectedException('\\InvalidArgumentException');
     $this->object->unserialize('invalid');
 }