mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Update test code.
This commit is contained in:
@@ -36,7 +36,7 @@ class PrependDescriptionTest extends TestCase
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependDescription::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependDescription::act()
|
||||
*/
|
||||
public function testAct()
|
||||
public function testAct(): void
|
||||
{
|
||||
// get journal, give fixed description
|
||||
$description = 'text' . random_int(1, 1000);
|
||||
|
Reference in New Issue
Block a user