From 9c0f76146fcfeb840e673a14ac3685b83cff7a06 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Mon, 18 Sep 2023 15:09:42 +0200 Subject: [PATCH] fix tests --- tests/Helpers/FormSubmissionDataFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Helpers/FormSubmissionDataFactory.php b/tests/Helpers/FormSubmissionDataFactory.php index dd51b09cc..83d45b22c 100644 --- a/tests/Helpers/FormSubmissionDataFactory.php +++ b/tests/Helpers/FormSubmissionDataFactory.php @@ -44,7 +44,7 @@ public function createSubmissionData($mergeData = []) $value = $this->faker->url(); break; case 'phone_number': - $value = '+1'.$this->faker->phoneNumber(); + $value = '+33749119783'; break; case 'date': $value = $this->faker->date();