mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -34,8 +34,7 @@ use Tests\TestCase;
|
||||
class PrependNotesTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::act()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes
|
||||
*/
|
||||
public function testAct(): void
|
||||
{
|
||||
@@ -63,8 +62,8 @@ class PrependNotesTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes::act()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\PrependNotes
|
||||
*/
|
||||
public function testActNewNote(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user