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

@@ -341,7 +341,6 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Controllers\CurrencyController
* @covers \FireflyIII\Http\Controllers\CurrencyController
*/
public function testIndex(): void
@@ -376,7 +375,6 @@ class CurrencyControllerTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Controllers\CurrencyController
* @covers \FireflyIII\Http\Controllers\CurrencyController
*/
public function testIndexNoRights(): void

View File

@@ -92,7 +92,6 @@ class JavascriptControllerTest extends TestCase
}
/**
* @covers \FireflyIII\Http\Controllers\JavascriptController
* @covers \FireflyIII\Http\Controllers\JavascriptController
*
* @param string $range

View File

@@ -54,7 +54,6 @@ class BulkControllerTest extends TestCase
/**
* @covers \FireflyIII\Http\Controllers\Transaction\BulkController
* @covers \FireflyIII\Http\Controllers\Transaction\BulkController
*/
public function testEditWithdrawal(): void

View File

@@ -42,7 +42,6 @@ use Log;
use Tests\TestCase;
/**
*
*
* Test different combinations:
* Transfer

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;