Ejemplo n.º 1
0
 public function testLikeEndpoint()
 {
     $i = new Instagram();
     $this->assertInternalType('object', $i->like());
 }