mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Update test code.
This commit is contained in:
@@ -34,7 +34,7 @@ class INGDebitCreditTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit::convert()
|
||||
*/
|
||||
public function testConvertAf()
|
||||
public function testConvertAf(): void
|
||||
{
|
||||
$converter = new INGDebitCredit;
|
||||
$result = $converter->convert('Af');
|
||||
@@ -44,7 +44,7 @@ class INGDebitCreditTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit::convert()
|
||||
*/
|
||||
public function testConvertAnything()
|
||||
public function testConvertAnything(): void
|
||||
{
|
||||
$converter = new INGDebitCredit;
|
||||
$result = $converter->convert('9083jkdkj');
|
||||
@@ -54,7 +54,7 @@ class INGDebitCreditTest extends TestCase
|
||||
/**
|
||||
* @covers \FireflyIII\Import\Converter\INGDebitCredit::convert()
|
||||
*/
|
||||
public function testConvertBij()
|
||||
public function testConvertBij(): void
|
||||
{
|
||||
$converter = new INGDebitCredit;
|
||||
$result = $converter->convert('Bij');
|
||||
|
||||
Reference in New Issue
Block a user