Remove double lines from code.

This commit is contained in:
James Cole
2019-08-28 16:28:14 +02:00
parent fa706d27d8
commit 5fb7635100
83 changed files with 0 additions and 129 deletions

View File

@@ -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;