mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
Disable all kinds of tests until upgrades are complete.
This commit is contained in:
@@ -142,7 +142,7 @@ class SelectControllerTest extends TestCase
|
||||
*/
|
||||
public function testTestTriggersByRule(): void
|
||||
{
|
||||
$matcher = $this->mock(TransactionMatcher::class);
|
||||
$matcher = $this->mock(TransactionMatcher::class);
|
||||
$accountRepos = $this->mock(AccountRepositoryInterface::class);
|
||||
|
||||
$matcher->shouldReceive('setTriggeredLimit')->withArgs([10])->andReturnSelf()->once();
|
||||
|
Reference in New Issue
Block a user