@@ -374,10 +374,10 @@ public function dataProviderExecuteWithError()
374
374
{
375
375
return [
376
376
['test text ' , 1 , 'user1@example.com ' , 1 , 0 , '' , 'Message length must not exceed 1 symbols ' ],
377
- ['test text ' , 100 , null , 1 , 0 , '' , 'Email address can \' t be empty . ' ],
378
- ['test text ' , 100 , '' , 1 , 0 , '' , 'Email address can \' t be empty . ' ],
379
- ['test text ' , 100 , 'user1@example.com ' , 1 , 1 , '' , 'This wishlist can be shared 0 more times. ' ],
380
- ['test text ' , 100 , 'u1@example.com, u2@example.com ' , 3 , 2 , '' , 'This wishlist can be shared 1 more times. ' ],
377
+ ['test text ' , 100 , null , 1 , 0 , '' , 'Please enter an email address . ' ],
378
+ ['test text ' , 100 , '' , 1 , 0 , '' , 'Please enter an email address . ' ],
379
+ ['test text ' , 100 , 'user1@example.com ' , 1 , 1 , '' , 'This wish list can be shared 0 more times. ' ],
380
+ ['test text ' , 100 , 'u1@example.com, u2@example.com ' , 3 , 2 , '' , 'This wish list can be shared 1 more times. ' ],
381
381
['test text ' , 100 , 'wrongEmailAddress ' , 1 , 0 , '' , 'Please input a valid email address. ' ],
382
382
['test text ' , 100 , 'user1@example.com, wrongEmailAddress ' , 2 , 0 , '' , 'Please input a valid email address. ' ],
383
383
['test text ' , 100 , 'wrongEmailAddress, user2@example.com ' , 2 , 0 , '' , 'Please input a valid email address. ' ],
0 commit comments