mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -31,7 +31,7 @@ use Tests\TestCase;
|
||||
class AmountCreditTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\AmountCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\AmountCredit
|
||||
*/
|
||||
public function testConvert(): void
|
||||
{
|
||||
@@ -174,7 +174,7 @@ class AmountCreditTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\AmountCredit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\AmountCredit
|
||||
*/
|
||||
public function testConvertNull(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user