Skip to content

Commit e69a012

Browse files
author
Dmytro Voskoboinikov
committed
MAGETWO-37614: Stabilize story
1 parent 08f3905 commit e69a012

File tree

1 file changed

+9
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/_files

1 file changed

+9
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/_files/customer.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,17 @@
1717
->setGroupId(1)
1818
->setStoreId(1)
1919
->setIsActive(1)
20+
->setCreatedIn('Store Name')
21+
->setPrefix('Mr.')
2022
->setFirstname('John')
23+
->setMiddlename('A')
2124
->setLastname('Smith')
25+
->setSuffix('Esq.')
26+
->setDob('1970-01-01')
2227
->setDefaultBilling(1)
23-
->setDefaultShipping(1);
28+
->setDefaultShipping(1)
29+
->setTaxvat('12')
30+
->setConfirmation('a4fg7h893e39d')
31+
->setGender(0);
2432
$customer->isObjectNew(true);
2533
$customer->save();

0 commit comments

Comments
 (0)