mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 23:50:09 +00:00
Remove method pointers from tests.
This commit is contained in:
@@ -33,8 +33,8 @@ use Tests\TestCase;
|
||||
class AppendDescriptionTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Actions\AppendDescription::__construct
|
||||
* @covers \FireflyIII\TransactionRules\Actions\AppendDescription::act()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\AppendDescription
|
||||
* @covers \FireflyIII\TransactionRules\Actions\AppendDescription
|
||||
*/
|
||||
public function testActExistingTag(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user