public static function CommerceCheckoutTestProcess::getInfo in Commerce Core 7
Implementation of getInfo().
File
- modules/
checkout/ tests/ commerce_checkout.test, line 21 - Functional tests for the commerce checkout module.
Class
- CommerceCheckoutTestProcess
- Test checkout process.
Code
public static function getInfo() {
return array(
'name' => 'Checkout process',
'description' => 'Test the entire checkout process. Including anonymous checkout and checkout panes functionality.',
'group' => 'Drupal Commerce',
);
}