We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c50a2 commit ceb6c11Copy full SHA for ceb6c11
app/code/Magento/Wishlist/Test/Unit/Controller/Index/SendTest.php
@@ -377,7 +377,15 @@ public function dataProviderExecuteWithError()
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
+ 'test text',
382
+ 100,
383
+ 'u1@example.com, u2@example.com',
384
+ 3,
385
+ 2,
386
+ '',
387
+ 'This wish list can be shared 1 more times.'
388
+ ],
389
['test text', 100, 'wrongEmailAddress', 1, 0, '', 'Please input a valid email address.'],
390
['test text', 100, 'user1@example.com, wrongEmailAddress', 2, 0, '', 'Please input a valid email address.'],
391
['test text', 100, 'wrongEmailAddress, user2@example.com', 2, 0, '', 'Please input a valid email address.'],
0 commit comments