mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
Disable all kinds of tests until upgrades are complete.
This commit is contained in:
@@ -260,10 +260,10 @@ class IndexControllerTest extends TestCase
|
||||
*/
|
||||
public function testReorder(): void
|
||||
{
|
||||
$repository = $this->mock(BudgetRepositoryInterface::class);
|
||||
$data = [
|
||||
'budgetIds' => [1,2],
|
||||
'page' => 1,
|
||||
$repository = $this->mock(BudgetRepositoryInterface::class);
|
||||
$data = [
|
||||
'budgetIds' => [1, 2],
|
||||
'page' => 1,
|
||||
];
|
||||
|
||||
$repository->shouldReceive('cleanupBudgets')->atLeast()->once();
|
||||
|
||||
Reference in New Issue
Block a user