Exemplo n.º 1
0
 /**
  * @expectedException Exception
  */
 public function testPersistFailureOnEmptyEndpoint()
 {
     $client = new FeedlyModel('SOMETOKEN');
     $client->persist();
 }