Ejemplo n.º 1
0
 /**
  * @test
  */
 public function itShouldNotUnserializeIllegalObject()
 {
     $obj = $this->getIllegaleSerializedObject();
     $this->setExpectedException(\InvalidArgumentException::class);
     $this->serviceUnderTest->unserialize($obj);
 }