mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -32,7 +32,7 @@ use Tests\TestCase;
|
||||
class RabobankDebitCreditTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit
|
||||
*/
|
||||
public function testConvertAnything(): void
|
||||
{
|
||||
@@ -42,7 +42,7 @@ class RabobankDebitCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit
|
||||
*/
|
||||
public function testConvertCredit(): void
|
||||
{
|
||||
@@ -52,7 +52,7 @@ class RabobankDebitCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit
|
||||
*/
|
||||
public function testConvertCreditOld(): void
|
||||
{
|
||||
@@ -62,7 +62,7 @@ class RabobankDebitCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit
|
||||
*/
|
||||
public function testConvertDebit(): void
|
||||
{
|
||||
@@ -72,7 +72,7 @@ class RabobankDebitCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\RabobankDebitCredit
|
||||
*/
|
||||
public function testConvertDebitOld(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user