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
{

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class AssetAccountIbansTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\AssetAccountIbans::getMap()
* @covers \FireflyIII\Import\Mapper\AssetAccountIbans
*/
public function testGetMapBasic(): void
{

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class AssetAccountsTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\AssetAccounts::getMap()
* @covers \FireflyIII\Import\Mapper\AssetAccounts
*/
public function testGetMapBasic(): void
{

View File

@@ -35,7 +35,7 @@ use Tests\TestCase;
class BillsTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\Bills::getMap()
* @covers \FireflyIII\Import\Mapper\Bills
*/
public function testGetMapBasic(): void
{

View File

@@ -35,7 +35,7 @@ use Tests\TestCase;
class BudgetsTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\Budgets::getMap()
* @covers \FireflyIII\Import\Mapper\Budgets
*/
public function testGetMapBasic(): void
{

View File

@@ -35,7 +35,7 @@ use Tests\TestCase;
class CategoriesTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\Categories::getMap()
* @covers \FireflyIII\Import\Mapper\Categories
*/
public function testGetMapBasic(): void
{

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class OpposingAccountIbansTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\OpposingAccountIbans::getMap()
* @covers \FireflyIII\Import\Mapper\OpposingAccountIbans
*/
public function testGetMapBasic(): void
{

View File

@@ -36,7 +36,7 @@ use Tests\TestCase;
class OpposingAccountsTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\OpposingAccounts::getMap()
* @covers \FireflyIII\Import\Mapper\OpposingAccounts
*/
public function testGetMapBasic(): void
{

View File

@@ -35,7 +35,7 @@ use Tests\TestCase;
class TagsTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\Tags::getMap()
* @covers \FireflyIII\Import\Mapper\Tags
*/
public function testGetMapBasic(): void
{

View File

@@ -35,7 +35,7 @@ use Tests\TestCase;
class TransactionCurrenciesTest extends TestCase
{
/**
* @covers \FireflyIII\Import\Mapper\TransactionCurrencies::getMap()
* @covers \FireflyIII\Import\Mapper\TransactionCurrencies
*/
public function testGetMapBasic(): void
{

View File

@@ -33,7 +33,7 @@ class TagsCommaTest extends TestCase
{
/**
* \FireflyIII\Import\MapperPreProcess\TagsComma::run
* \FireflyIII\Import\MapperPreProcess\TagsComma
*/
public function testBasic(): void
{

View File

@@ -33,7 +33,7 @@ class TagsSpaceTest extends TestCase
{
/**
* \FireflyIII\Import\MapperPreProcess\TagsSpace::run
* \FireflyIII\Import\MapperPreProcess\TagsSpace
*/
public function testBasic(): void
{