public static function CommerceNodeCheckoutExpireTests::getInfo in Commerce Node Checkout 7
Implementation of getInfo().
File
- commerce_node_checkout_expire/
commerce_node_checkout_expire.test, line 14 - Provides tests for Commerce Node Checkout Expire process.
Class
- CommerceNodeCheckoutExpireTests
- Test class.
Code
public static function getInfo() {
return array(
'name' => 'Commerce Node Checkout Expire',
'description' => 'Test expiration, renewal, and notifications of purchased content.',
'group' => 'Drupal Commerce',
);
}