mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -31,8 +31,7 @@ use Tests\TestCase;
|
||||
class AmountTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\Amount::convert()
|
||||
* @covers \FireflyIII\Import\Converter\Amount::stripAmount()
|
||||
* @covers \FireflyIII\Import\Converter\Amount
|
||||
*/
|
||||
public function testConvert(): void
|
||||
{
|
||||
@@ -173,7 +172,7 @@ class AmountTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\Amount::convert()
|
||||
* @covers \FireflyIII\Import\Converter\Amount
|
||||
*/
|
||||
public function testConvertNull(): void
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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