mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 07:08:19 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -33,7 +33,7 @@ use Tests\TestCase;
|
||||
class NotesEmptyTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty
|
||||
*/
|
||||
public function testTriggered(): void
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class NotesEmptyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty
|
||||
*/
|
||||
public function testTriggeredEmpty(): void
|
||||
{
|
||||
@@ -61,7 +61,7 @@ class NotesEmptyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty
|
||||
*/
|
||||
public function testTriggeredPartial(): void
|
||||
{
|
||||
@@ -77,7 +77,7 @@ class NotesEmptyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty::willMatchEverything
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesEmpty
|
||||
*/
|
||||
public function testWillMatchEverythingNotNull(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user