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
{

View File

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

View File

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

View File

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

View File

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