コード例 #1
0
ファイル: ApiTest.php プロジェクト: snicksnk/maitavr-api
 public function testRealRequestWithRowsSet()
 {
     $api = new Api('testapi', 'test12345678');
     $request = new UList(array(UList::ROW_BDAY, UList::ROW_EMAIL, UList::ROW_ICQ));
     $response = $api->requestAndGetObject($request);
     $this->assertTrue(is_array($response->toArray()));
 }