Example #1
0
 /**
  * @covers rvilbrandt\gamebook\Model\Gamebook\Scene::setFromArray
  * @expectedException rvilbrandt\gamebook\Model\MissingAttributeException
  */
 public function testSetFromArrayIncompleteJson()
 {
     $this->object->setFromObject(json_decode(file_get_contents(__DIR__ . "/../../../data/object_incomplete.json")));
 }