mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Disable all tests that may need some work in 4.8.0
This commit is contained in:
@@ -48,11 +48,12 @@ class StoredJournalEventHandlerTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Handlers\Events\StoredJournalEventHandler
|
||||
* @covers \FireflyIII\Events\StoredTransactionJournal
|
||||
*/
|
||||
public function testProcessRules(): void
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
$ruleGroupRepos = $this->mock(RuleGroupRepositoryInterface::class);
|
||||
$processor = $this->mock(Processor::class);
|
||||
|
||||
|
||||
@@ -46,11 +46,12 @@ class UpdatedJournalEventHandlerTest extends TestCase
|
||||
|
||||
|
||||
/**
|
||||
* @covers \FireflyIII\Handlers\Events\UpdatedJournalEventHandler
|
||||
* @covers \FireflyIII\Events\StoredTransactionJournal
|
||||
*/
|
||||
public function testProcessRules(): void
|
||||
{
|
||||
$this->markTestIncomplete('Needs to be rewritten for v4.8.0');
|
||||
|
||||
return;
|
||||
$ruleGroupRepos = $this->mock(RuleGroupRepositoryInterface::class);
|
||||
$processor = $this->mock(Processor::class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user