mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Remove method pointers from tests.
This commit is contained in:
		| @@ -33,7 +33,7 @@ use Tests\TestCase; | ||||
| class NotesEndTest extends TestCase | ||||
| { | ||||
|     /** | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd::triggered | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd | ||||
|      */ | ||||
|     public function testTriggered(): void | ||||
|     { | ||||
| @@ -49,7 +49,7 @@ class NotesEndTest extends TestCase | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd::triggered | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd | ||||
|      */ | ||||
|     public function testTriggeredLonger(): void | ||||
|     { | ||||
| @@ -65,7 +65,7 @@ class NotesEndTest extends TestCase | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd::triggered | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd | ||||
|      */ | ||||
|     public function testTriggeredNoMatch(): void | ||||
|     { | ||||
| @@ -81,7 +81,7 @@ class NotesEndTest extends TestCase | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd::willMatchEverything | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd | ||||
|      */ | ||||
|     public function testWillMatchEverythingEmpty(): void | ||||
|     { | ||||
| @@ -91,7 +91,7 @@ class NotesEndTest extends TestCase | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd::willMatchEverything | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd | ||||
|      */ | ||||
|     public function testWillMatchEverythingNotNull(): void | ||||
|     { | ||||
| @@ -101,7 +101,7 @@ class NotesEndTest extends TestCase | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd::willMatchEverything | ||||
|      * @covers \FireflyIII\TransactionRules\Triggers\NotesEnd | ||||
|      */ | ||||
|     public function testWillMatchEverythingNull(): void | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user