mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 11:33:59 +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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -33,7 +33,7 @@ class TagsCommaTest extends TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* \FireflyIII\Import\MapperPreProcess\TagsComma::run
|
||||
* \FireflyIII\Import\MapperPreProcess\TagsComma
|
||||
*/
|
||||
public function testBasic(): void
|
||||
{
|
||||
|
@@ -33,7 +33,7 @@ class TagsSpaceTest extends TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
* \FireflyIII\Import\MapperPreProcess\TagsSpace::run
|
||||
* \FireflyIII\Import\MapperPreProcess\TagsSpace
|
||||
*/
|
||||
public function testBasic(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user