You are here

public static function CommerceNodeCheckoutTests::getInfo in Commerce Node Checkout 7

Implementation of getInfo().

File

./commerce_node_checkout.test, line 261
Provides tests for Commerce Node Checkout process.

Class

CommerceNodeCheckoutTests
Test class.

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce Node Checkout',
    'description' => 'Test the creation and purchasing of a node by an anonymous user.',
    'group' => 'Drupal Commerce',
  );
}