Skip to content

Commit ceb6c11

Browse files
author
Natalia Momotenko
committed
MAGETWO-36132: Update Content in Magento 2 by Modules - part 4
1 parent 00c50a2 commit ceb6c11

File tree

1 file changed

+9
-1
lines changed
  • app/code/Magento/Wishlist/Test/Unit/Controller/Index

1 file changed

+9
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/Controller/Index/SendTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,15 @@ public function dataProviderExecuteWithError()
377377
['test text', 100, null, 1, 0, '', 'Please enter an email address.'],
378378
['test text', 100, '', 1, 0, '', 'Please enter an email address.'],
379379
['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.'],
380+
[
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+
],
381389
['test text', 100, 'wrongEmailAddress', 1, 0, '', 'Please input a valid email address.'],
382390
['test text', 100, 'user1@example.com, wrongEmailAddress', 2, 0, '', 'Please input a valid email address.'],
383391
['test text', 100, 'wrongEmailAddress, user2@example.com', 2, 0, '', 'Please input a valid email address.'],

0 commit comments

Comments
 (0)