예제 #1
0
 /**
  * @expectedException \Exception
  */
 public function testEmptyrequiredFields()
 {
     $og = new OpenGraph();
     $og->render();
 }