You are here

14 calls to CommerceBaseTestCase::generateAddressInformation() in Commerce Core 7

CommerceBaseTestCase::createDummyCustomerProfile in tests/commerce_base.test
Create a customer profile.
CommerceCheckoutTestProcess::testCommerceCheckoutAccessPages in modules/checkout/tests/commerce_checkout.test
Test order completion page access.
CommerceCheckoutTestProcess::testCommerceCheckoutProcessAnonymousExistingUser in modules/checkout/tests/commerce_checkout.test
Test the checkout process with anonymous user using an e-mail address that belongs to an existing user, the final result should be the order assigned to the existing user.
CommerceCheckoutTestProcess::testCommerceCheckoutProcessAnonymousNonExistingUser in modules/checkout/tests/commerce_checkout.test
Test the checkout process with anonymous user using an e-mail addres that doesn't exists in the system, the final result is that the user gets the account created and the order is assigned to that user.
CommerceCheckoutTestProcess::testCommerceCheckoutProcessAnonymousUser in modules/checkout/tests/commerce_checkout.test
Test the checkout process with anonymous user.
CommerceCheckoutTestProcess::testCommerceCheckoutProcessAuthenticatedUser in modules/checkout/tests/commerce_checkout.test
Test the checkout process using an authenticated user.
CommerceCheckoutTestProcess::testCommerceCheckoutValidatePanesAnonymousUser in modules/checkout/tests/commerce_checkout.test
Test the checkout validation panes with anonymous user.
CommerceCustomerUITest::testCommerceCustomerUIAddCustomerProfile in modules/customer/tests/commerce_customer_ui.test
Add a customer profile.
CommerceCustomerUITest::testCommerceCustomerUIAddCustomerProfileSaveAndAddAnother in modules/customer/tests/commerce_customer_ui.test
Save and add another customer profile.
CommerceCustomerUITest::testCommerceCustomerUIAddProfileViaCheckout in modules/customer/tests/commerce_customer_ui.test
Create a customer profile in the process of order creation.
CommerceCustomerUITest::testCommerceCustomerUIAddProfileViaOrderUI in modules/customer/tests/commerce_customer_ui.test
Add a customer profile using the Order interface.
CommerceCustomerUITest::testCommerceCustomerUIProfileWithExtraFields in modules/customer/tests/commerce_customer_ui.test
Add extra fields to a profile type.
CommerceCustomerUITest::_testCommerceCustomerUIProfileCopy in modules/customer/tests/commerce_customer_ui.test
Test the copying of one profile's fields to another.
CommercePaymentUITest::createOrderAndGoToPayment in modules/payment/tests/commerce_payment_ui.test
Create a dummy order and go to checkout payment page.