コード例 #1
0
ファイル: EndpointsTest.php プロジェクト: dulabs/instagram
 public function testLikeEndpoint()
 {
     $i = new Instagram();
     $this->assertInternalType('object', $i->like());
 }