public static function CommerceFreeShippingTestProcess::getInfo in Commerce Free Shipping 7
Implementation of getInfo().
File
- tests/
commerce_free_shipping.test, line 26 - Functional tests for the commerce free shipping module.
Class
- CommerceFreeShippingTestProcess
- Test checkout process.
Code
public static function getInfo() {
return array(
'name' => 'Commerce free shipping',
'description' => 'Test simple free shipping conditions.',
'group' => 'Drupal Commerce',
);
}