コード例 #1
0
ファイル: SceneTest.php プロジェクト: rvilbrandt/gamebook
 /**
  * @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")));
 }