mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 11:48:53 +00:00
Improve test coverage and quality
This commit is contained in:
@@ -91,7 +91,7 @@ class CreateControllerTest extends TestCase
|
||||
$this->session(['budgets.create.uri' => 'http://localhost']);
|
||||
|
||||
$data = [
|
||||
'name' => 'New Budget ' . random_int(1000, 9999),
|
||||
'name' => 'New Budget ' . $this->randomInt(),
|
||||
];
|
||||
$this->be($this->user());
|
||||
$response = $this->post(route('budgets.store'), $data);
|
||||
|
Reference in New Issue
Block a user