mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
New seeds plus the preparation for some extended testing.
This commit is contained in:
@@ -636,6 +636,15 @@
|
|||||||
"destination_id": 3,
|
"destination_id": 3,
|
||||||
"min_amount": 150,
|
"min_amount": 150,
|
||||||
"max_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": [
|
"monthly-withdrawals": [
|
||||||
@@ -825,6 +834,26 @@
|
|||||||
"max_amount": 36,
|
"max_amount": 36,
|
||||||
"category_id": 6,
|
"category_id": 6,
|
||||||
"budget_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": [
|
"attachments": [
|
||||||
|
@@ -46,7 +46,7 @@ class ReportControllerTest extends TestCase
|
|||||||
'accountId' => 1,
|
'accountId' => 1,
|
||||||
'categoryId' => 1,
|
'categoryId' => 1,
|
||||||
'budgetId' => 1,
|
'budgetId' => 1,
|
||||||
'role' => 1,
|
'role' => 3, // diff role, is complicated.
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
$uri = route('popup.general') . '?' . http_build_query($arguments);
|
$uri = route('popup.general') . '?' . http_build_query($arguments);
|
||||||
|
Reference in New Issue
Block a user