New seeds plus the preparation for some extended testing.

This commit is contained in:
James Cole
2016-12-21 19:56:06 +01:00
parent 9e1a69217d
commit 3250c4830d
2 changed files with 30 additions and 1 deletions

View File

@@ -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);