mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -31,7 +31,7 @@ use Tests\TestCase;
|
||||
class AmountDebitTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\AmountDebit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\AmountDebit
|
||||
*/
|
||||
public function testConvert(): void
|
||||
{
|
||||
@@ -173,7 +173,7 @@ class AmountDebitTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\AmountDebit::convert()
|
||||
* @covers \FireflyIII\Import\Converter\AmountDebit
|
||||
*/
|
||||
public function testConvertNull(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user