mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
ignore comment on testing
This commit is contained in:
parent
2ad973359b
commit
44e8b88d21
@ -166,7 +166,7 @@ class YodleeApiTest extends TestCase
|
|||||||
// foreach($accounts as $account)
|
// foreach($accounts as $account)
|
||||||
// {
|
// {
|
||||||
|
|
||||||
// if(!BankIntegration::where('bank_account_id', $account['id'])->where('company_id', $this->company->id)->exists()) // TODO: maybe filter to only yodlee-integrations
|
// if(!BankIntegration::where('bank_account_id', $account['id'])->where('company_id', $this->company->id)->exists())
|
||||||
// {
|
// {
|
||||||
// $bank_integration = new BankIntegration();
|
// $bank_integration = new BankIntegration();
|
||||||
// $bank_integration->company_id = $this->company->id;
|
// $bank_integration->company_id = $this->company->id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user