You are here

20 calls to CommerceBaseTestCase::getCommerceUrl() in Commerce Core 7

CommerceBaseTestCase::assertProductAddedToCart in tests/commerce_base.test
Asserts that a product has been added to the cart.
CommerceCartTestCaseAnonymousToAuthenticated::testCommerceCartAnonymousToAuthenticated in modules/cart/tests/commerce_cart.test
Test anonymous cart conversion.
CommerceCartTestCaseAttributes::testCommerceCartSelectProductAdd in modules/cart/tests/commerce_cart.test
Test the add to cart functional process with attributes.
CommerceCartTestCaseMultiProducts::testCommerceCartFormStructure in modules/cart/tests/commerce_cart.test
Test if the cart form has the correct fields and structure.
CommerceCartTestCaseMultiProducts::testCommerceCartSelectProductAdd in modules/cart/tests/commerce_cart.test
Test to select one product and check if it has been correctly added to the cart.
CommerceCartTestCaseSimpleProduct::testCommerceCartAdd in modules/cart/tests/commerce_cart.test
Test if the product has been correctly added to the cart.
CommerceCartTestCaseSimpleProduct::testCommerceCartChangeQty in modules/cart/tests/commerce_cart.test
Test the quantity changes in the cart.
CommerceCartTestCaseSimpleProduct::testCommerceCartFormStructure in modules/cart/tests/commerce_cart.test
Test if the cart form has the correct fields and structure.
CommerceCartTestCaseSimpleProduct::testCommerceCartRemove in modules/cart/tests/commerce_cart.test
Test removing a product from the cart.
CommerceCheckoutTestProcess::assertCheckoutPageAccessible in modules/checkout/tests/commerce_checkout.test
CommerceCheckoutTestProcess::assertCheckoutPageNotAccessible in modules/checkout/tests/commerce_checkout.test
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::testCommerceCustomerUIAddProfileViaCheckout in modules/customer/tests/commerce_customer_ui.test
Create a customer profile in the process of order creation.
CommerceCustomerUITest::_testCommerceCustomerUIProfileCopy in modules/customer/tests/commerce_customer_ui.test
Test the copying of one profile's fields to another.
CommercePaymentOffsiteTest::testCommercePaymentOffsitePayment in modules/payment/tests/commerce_payment_ui.test
Test an Offsite payment method.
CommercePaymentUITest::createOrderAndGoToPayment in modules/payment/tests/commerce_payment_ui.test
Create a dummy order and go to checkout payment page.