Example #1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Failed parsing JSON
  */
 public function testFromJSONError()
 {
     Person::fromJSON('[[[');
 }