mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New seeds plus the preparation for some extended testing.
This commit is contained in:
parent
9e1a69217d
commit
3250c4830d
@ -636,6 +636,15 @@
|
||||
"destination_id": 3,
|
||||
"min_amount": 150,
|
||||
"max_amount": 150
|
||||
},
|
||||
{
|
||||
"user_id": 1,
|
||||
"day-of-month": 28,
|
||||
"description": "Make up for test 1",
|
||||
"source_id": 4,
|
||||
"destination_id": 3,
|
||||
"min_amount": 20,
|
||||
"max_amount": 20
|
||||
}
|
||||
],
|
||||
"monthly-withdrawals": [
|
||||
@ -825,6 +834,26 @@
|
||||
"max_amount": 36,
|
||||
"category_id": 6,
|
||||
"budget_id": 6
|
||||
},
|
||||
{
|
||||
"user_id": 1,
|
||||
"day-of-month": "02",
|
||||
"description": "Test 1 without budget but balancing act.",
|
||||
"source_id": 3,
|
||||
"destination_id": 29,
|
||||
"min_amount": 20,
|
||||
"max_amount": 20,
|
||||
"category_id": 5
|
||||
},
|
||||
{
|
||||
"user_id": 1,
|
||||
"day-of-month": "02",
|
||||
"description": "Test 2 without budget but balancing act.",
|
||||
"source_id": 3,
|
||||
"destination_id": 29,
|
||||
"min_amount": 30,
|
||||
"max_amount": 30,
|
||||
"category_id": 5
|
||||
}
|
||||
],
|
||||
"attachments": [
|
||||
|
@ -46,7 +46,7 @@ class ReportControllerTest extends TestCase
|
||||
'accountId' => 1,
|
||||
'categoryId' => 1,
|
||||
'budgetId' => 1,
|
||||
'role' => 1,
|
||||
'role' => 3, // diff role, is complicated.
|
||||
],
|
||||
];
|
||||
$uri = route('popup.general') . '?' . http_build_query($arguments);
|
||||
|
Loading…
Reference in New Issue
Block a user