mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Expand test cases.
This commit is contained in:
@@ -98,11 +98,8 @@ class StoreControllerTest extends TestCase
|
||||
private function minimalSets(): array
|
||||
{
|
||||
$faker = Factory::create();
|
||||
$repeatFreqs = ['yearly', 'weekly', 'monthly'];
|
||||
$repeatFreq = $repeatFreqs[rand(0, count($repeatFreqs) - 1)];
|
||||
|
||||
return [
|
||||
'default_bill' => [
|
||||
'default_budget' => [
|
||||
'fields' => [
|
||||
'name' => join(',', $faker->words(5)),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user