Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | public function testShouldGetBankAccountList() |
||
10 | { |
||
11 | $this->mockHttpSession($this->body_bank_account_list); |
||
12 | |||
13 | $account_id = 'MPA-3C5358FF2296'; |
||
14 | |||
15 | $bank_accounts = $this->moip->bankaccount()->getList($account_id); |
||
16 | |||
17 | $this->assertNotNull($bank_accounts->getBankAccounts()); |
||
18 | } |
||
19 | } |
||
20 |