mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -32,7 +32,7 @@ use Tests\TestCase;
|
||||
class HasAttachmentTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment
|
||||
*/
|
||||
public function testTriggered(): void
|
||||
{
|
||||
@@ -51,7 +51,7 @@ class HasAttachmentTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment
|
||||
*/
|
||||
public function testTriggeredFalse(): void
|
||||
{
|
||||
@@ -69,7 +69,7 @@ class HasAttachmentTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment::willMatchEverything
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment
|
||||
*/
|
||||
public function testWillMatchEverything(): void
|
||||
{
|
||||
@@ -79,7 +79,7 @@ class HasAttachmentTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment::willMatchEverything
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\HasAttachment
|
||||
*/
|
||||
public function testWillMatchEverythingTrue(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user