mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Max out the number of iterations
This commit is contained in:
@@ -52,7 +52,7 @@ class StoreControllerTest extends TestCase
|
||||
* @param array $submission
|
||||
*
|
||||
* emptyDataProvider / storeDataProvider
|
||||
* @dataProvider emptyDataProvider
|
||||
* @dataProvider storeDataProvider
|
||||
*/
|
||||
public function testStore(array $submission): void
|
||||
{
|
||||
@@ -125,7 +125,7 @@ class StoreControllerTest extends TestCase
|
||||
return [
|
||||
'title' => [
|
||||
'fields' => [
|
||||
'title' => join(' ', $faker->words(3)),
|
||||
'title' => $faker->uuid,
|
||||
],
|
||||
],
|
||||
'notes' => [
|
||||
|
||||
Reference in New Issue
Block a user