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