You are here

public static function CommerceAjaxAddCartUI::getInfo in Commerce Ajax Add to Cart 7.2

Implementation of getInfo().

File

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

Class

CommerceAjaxAddCartUI
Functional tests for commerce ajax add to cart module.

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce ajax add to cart UI test',
    'description' => 'Functional tests for commerce ajax add to cart module.',
    'group' => 'Commerce ajax add to cart',
  );
}