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 INGDebitCreditTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit
|
||||
*/
|
||||
public function testConvertAf(): void
|
||||
{
|
||||
@@ -42,7 +42,7 @@ class INGDebitCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit
|
||||
*/
|
||||
public function testConvertAnything(): void
|
||||
{
|
||||
@@ -52,7 +52,7 @@ class INGDebitCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit
|
||||
*/
|
||||
public function testConvertBij(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user