コード例 #1
0
ファイル: APITest.php プロジェクト: revinate/sendwithus_php
 public function testGetBadCustomerLogs()
 {
     $logs = $this->api->get_customer_logs($this->bad_email);
     $this->assertEquals(True, empty($logs->logs));
     print 'Test retrieving non-existant customer logs';
 }