Esempio n. 1
0
 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';
 }