mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 10:48:13 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -33,7 +33,7 @@ use Tests\TestCase;
|
||||
class AmountExactlyTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly
|
||||
*/
|
||||
public function testTriggeredExact(): void
|
||||
{
|
||||
@@ -49,7 +49,7 @@ class AmountExactlyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly::triggered
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly
|
||||
*/
|
||||
public function testTriggeredNotExact(): void
|
||||
{
|
||||
@@ -65,7 +65,7 @@ class AmountExactlyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly::willMatchEverything
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly
|
||||
*/
|
||||
public function testWillMatchEverythingNotNull(): void
|
||||
{
|
||||
@@ -75,7 +75,7 @@ class AmountExactlyTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly::willMatchEverything
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\AmountExactly
|
||||
*/
|
||||
public function testWillMatchEverythingNull(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user