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