Skip to content

Commit 22fbe7a

Browse files
author
Joan He
committed
MAGETWO-91555: Admin orders can result in a customer with an example email address
- Removed no longer applicable cases
1 parent df12d19 commit 22fbe7a

File tree

1 file changed

+2
-8
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder

1 file changed

+2
-8
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/AdminOrder/CreateTest.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -519,20 +519,14 @@ public function testCreateOrderNewCustomerWithFailedFirstPlaceOrderAction(
519519
* Email before and after failed first place order action.
520520
*
521521
* @case #1 Is the same.
522-
* @case #2 Is empty.
523-
* @case #3 Filled after failed first place order action.
524-
* @case #4 Empty after failed first place order action.
525-
* @case #5 Changed after failed first place order action.
522+
* @case #2 Changed after failed first place order action.
526523
* @return array
527524
*/
528525
public function createOrderNewCustomerWithFailedFirstPlaceOrderActionDataProvider()
529526
{
530527
return [
531528
532-
2 => ['', ''],
533-
3 => ['', '[email protected]'],
534-
4 => ['[email protected]', ''],
535-
529+
536530
];
537531
}
538532

0 commit comments

Comments
 (0)