mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Remove double lines from code.
This commit is contained in:
@@ -331,7 +331,6 @@ class StageImportDataHandlerTest extends TestCase
|
||||
// // todo: improve test thing:
|
||||
// Preferences::shouldReceive('setForUser');
|
||||
//
|
||||
//
|
||||
// // ignore the deprecated fields:
|
||||
// $amount->setValue('150');
|
||||
// $amount->setCurrency('EUR');
|
||||
@@ -410,7 +409,6 @@ class StageImportDataHandlerTest extends TestCase
|
||||
// $payment->shouldReceive('listing')->once()->andReturn($list);
|
||||
// $accountRepository->shouldReceive('findByIbanNull')->withArgs(['RS88844660406878687897', [AccountType::REVENUE]])->once()->andReturn($deposit);
|
||||
//
|
||||
//
|
||||
// $handler = new StageImportDataHandler;
|
||||
// $handler->setImportJob($job);
|
||||
// try {
|
||||
@@ -547,7 +545,6 @@ class StageImportDataHandlerTest extends TestCase
|
||||
// $accountRepository->shouldReceive('findByIbanNull')->withArgs(['RS88844660406878687897', [AccountType::REVENUE]])->once()->andReturnNull();
|
||||
// $accountRepository->shouldReceive('findByIbanNull')->withArgs(['RS88844660406878687897', [AccountType::ASSET]])->once()->andReturn($asset);
|
||||
//
|
||||
//
|
||||
// // set new last transaction ID:
|
||||
// $lastPref = new Preference;
|
||||
// $lastPref->data = 0;
|
||||
|
Reference in New Issue
Block a user