mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +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' => [
|
||||
|
@@ -95,7 +95,7 @@ class UpdateControllerTest extends TestCase
|
||||
'title' => [
|
||||
'id' => 1,
|
||||
'fields' => [
|
||||
'title' => ['test_value' => $faker->text(64)],
|
||||
'title' => ['test_value' => $faker->uuid],
|
||||
],
|
||||
'extra_ignore' => [],
|
||||
],
|
||||
|
Reference in New Issue
Block a user