You are here

public function CommerceAjaxAddCartUI::testDefaultConfigurationCartPage in Commerce Ajax Add to Cart 7.2

Verify whether default module configuations are working in cart page.

File

tests/dc_ajax_add_cart_ui.test, line 235
Functional tests for commerce ajax add to cart module.

Class

CommerceAjaxAddCartUI
Functional tests for commerce ajax add to cart module.

Code

public function testDefaultConfigurationCartPage() {
  $this
    ->defaultConfigurationTests(TRUE);
}