You are here

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

Verify whether default module configuations are working.

File

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

Class

CommerceAjaxAddCartUI
Functional tests for commerce ajax add to cart module.

Code

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