File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function test_all_phone_number_is_valid_by_specific_code()
6565 'phone_se ' => [new ValidPhoneNumber (Country::SWEDEN )],
6666 'phone_tr ' => [new ValidPhoneNumber (Country::TURKEY )],
6767 'phone_ch ' => [new ValidPhoneNumber (Country::CHINA )],
68- 'phone_cm ' => [new ValidPhoneNumber (Country::CAMEROON )]
68+ 'phone_cm ' => [new ValidPhoneNumber (Country::CAMEROON )],
6969 ];
7070 $ data = [
7171 'phone_ir ' => '09125555555 ' ,
@@ -85,7 +85,7 @@ public function test_all_phone_number_is_valid_by_specific_code()
8585 'phone_se ' => '+46701234567 ' ,
8686 'phone_tr ' => '+905551234567 ' ,
8787 'phone_ch ' => '+8613812345678 ' ,
88- 'phone_cm ' => '+237691234564 '
88+ 'phone_cm ' => '+237691234564 ' ,
8989 ];
9090 $ passes = $ this ->app ['validator ' ]->make ($ data , $ rules )->passes ();
9191
You can’t perform that action at this time.
0 commit comments