コード例 #1
0
ファイル: APITest.php プロジェクト: revinate/sendwithus_php
 public function testGetSegments()
 {
     $r = $this->api->get_segments($this->EMAIL_ID, $this->SEGMENT_ID);
     $this->assertNotNull($r);
     print 'Test get segments';
 }