You are here

public static function CommerceCartTestCaseAnonymousToAuthenticated::getInfo in Commerce Core 7

Implementation of getInfo().

File

modules/cart/tests/commerce_cart.test, line 475
Functional tests for the commerce cart module.

Class

CommerceCartTestCaseAnonymousToAuthenticated
Test cart conversion from anonymous to authenticated.

Code

public static function getInfo() {
  return array(
    'name' => 'Shopping cart anonymous to authenticated',
    'description' => 'Test cart conversion from anonymous to authenticated when an anonymous users logs in.',
    'group' => 'Drupal Commerce',
  );
}