mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Update test code.
This commit is contained in:
@@ -37,7 +37,7 @@ class PrependNotesTest extends TestCase
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::act()
|
||||
*/
|
||||
public function testAct()
|
||||
public function testAct(): void
|
||||
{
|
||||
// give journal some notes.
|
||||
$journal = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first();
|
||||
@@ -66,7 +66,7 @@ class PrependNotesTest extends TestCase
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::act()
|
||||
*/
|
||||
public function testActNewNote()
|
||||
public function testActNewNote(): void
|
||||
{
|
||||
// give journal some notes.
|
||||
$journal = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first();
|
||||
|
Reference in New Issue
Block a user