mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
minor fixes
This commit is contained in:
parent
7433671945
commit
0228f5aec3
@ -408,7 +408,7 @@ class YodleeApiTest extends TestCase
|
|||||||
|
|
||||||
$transactions = $yodlee->getTransactions(['categoryId' => 2, 'fromDate' => '2000-01-01']);
|
$transactions = $yodlee->getTransactions(['categoryId' => 2, 'fromDate' => '2000-01-01']);
|
||||||
|
|
||||||
$this->assertIsArray($transactions->transaction);
|
$this->assertIsArray($transactions);
|
||||||
//nlog($transactions);
|
//nlog($transactions);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user