mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Mark all tests as incomplete.
This commit is contained in:
@@ -35,6 +35,15 @@ use Tests\TestCase;
|
||||
*/
|
||||
class NotesAnyTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* Set up test
|
||||
*/
|
||||
public function setUp(): void
|
||||
{
|
||||
self::markTestIncomplete('Incomplete for refactor.');
|
||||
|
||||
return;
|
||||
}
|
||||
/**
|
||||
* @covers \FireflyIII\TransactionRules\Triggers\NotesAny
|
||||
*/
|
||||
|
Reference in New Issue
Block a user