You are here

23 calls to CommerceBaseTestCase::createDummyOrder() in Commerce Core 7

CommerceBaseTesterTestCase::testTestCreateDummyOrder in tests/commerce_base.test
Test the createDummyOrder function.
CommerceCheckoutTestProcess::testCommerceCheckoutAccessOrder in modules/checkout/tests/commerce_checkout.test
Test order completion page access.
CommerceCheckoutTestProcess::testCommerceCheckoutAccessPages in modules/checkout/tests/commerce_checkout.test
Test order completion page access.
CommerceCheckoutTestProcess::testCommerceCheckoutProcessAuthenticatedUser in modules/checkout/tests/commerce_checkout.test
Test the checkout process using an authenticated user.
CommerceCheckoutTestProcess::testCommerceCheckoutProgrammaticCheckout in modules/checkout/tests/commerce_checkout.test
Test programmatic checkout completion.
CommerceCustomerUITest::testCommerceCustomerDeleteProfilesWithOrderReference in modules/customer/tests/commerce_customer_ui.test
Delete multiple profiles with and without orders attached.
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::testCommerceCustomerUIDeleteProfileViaOrderUI in modules/customer/tests/commerce_customer_ui.test
Delete a customer profile through the order UI.
CommerceCustomerUITest::testCommerceCustomerUIEditProfileViaOrderUI in modules/customer/tests/commerce_customer_ui.test
Edit a customer profile through the order UI.
CommerceCustomerUITest::testCommerceCustomerUINewProfileType in modules/customer/tests/commerce_customer_ui.test
Create a custom profile type form an helper module and test it.
CommerceCustomerUITest::_testCommerceCustomerUIProfileCopy in modules/customer/tests/commerce_customer_ui.test
Test the copying of one profile's fields to another.
CommerceOrderRulesTest::testOrderConditions in modules/order/tests/commerce_order.rules.test
Test conditions on payment.
CommercePaymentOffsiteTest::testCommercePaymentOffsitePayment in modules/payment/tests/commerce_payment_ui.test
Test an Offsite payment method.
CommercePaymentRulesTest::testPaymentConditions in modules/payment/tests/commerce_payment.rules.test
Test conditions on payment.
CommercePaymentUITest::createOrderAndGoToPayment in modules/payment/tests/commerce_payment_ui.test
Create a dummy order and go to checkout payment page.
CommercePaymentUITest::testCommercePaymentAccessPaymentAdministration in modules/payment/tests/commerce_payment_ui.test
Test the access to the payment/payment methods administration pages.
CommercePaymentUITest::testCommercePaymentAdministration in modules/payment/tests/commerce_payment_ui.test
Test the adding payments using administration pages.
CommerceProductUIAdminTest::testCommerceProductUIDeleteProductLineItem in modules/product/tests/commerce_product_ui.test
Test trying to delete a product associated with a Line Item.
CommerceTaxUIAdminTest::testCommerceTaxUIAdminOrder in modules/tax/tests/commerce_tax_ui.test
Check the taxes applied in the order admin view.
CommerceTaxUIAdminTest::testCommerceTaxUIApplySalesTax in modules/tax/tests/commerce_tax_ui.test
Check if a 'Salex tax' rate is correctly applied in a given order.
CommerceTaxUIAdminTest::testCommerceTaxUITaxNoMatchingCondition in modules/tax/tests/commerce_tax_ui.test
A tax rate with no matching condition doesn't get applied.
CommerceTaxUIAdminTest::testCommerceTaxUIUserOrderView in modules/tax/tests/commerce_tax_ui.test
Check the taxes applied in the order that a normal user can view.