Remove method pointers from tests.

This commit is contained in:
James Cole
2018-08-09 20:17:15 +02:00
parent 5908b4b000
commit eefa84a77b
124 changed files with 636 additions and 777 deletions

View File

@@ -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
{