Exemplo n.º 1
0
 function testTransactionHistory()
 {
     $transactions = $this->ktapi->get_folder_transaction_history(1);
     $this->assertIsA($transactions, 'array');
 }