mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Update test code.
This commit is contained in:
@@ -35,7 +35,7 @@ class TagsCommaTest extends TestCase
|
||||
/**
|
||||
* \FireflyIII\Import\MapperPreProcess\TagsComma::run
|
||||
*/
|
||||
public function testBasic()
|
||||
public function testBasic(): void
|
||||
{
|
||||
$input = 'some,tags, with, spaces ,and,without,,';
|
||||
$output = ['some', 'tags', 'with', 'spaces', 'and', 'without'];
|
||||
|
||||
@@ -35,7 +35,7 @@ class TagsSpaceTest extends TestCase
|
||||
/**
|
||||
* \FireflyIII\Import\MapperPreProcess\TagsSpace::run
|
||||
*/
|
||||
public function testBasic()
|
||||
public function testBasic(): void
|
||||
{
|
||||
$input = 'some tags with spaces,and without ';
|
||||
$output = ['some', 'tags', 'with', 'spaces,and', 'without'];
|
||||
|
||||
Reference in New Issue
Block a user