public static function CommerceOrderRulesTest::getInfo in Commerce Core 7
Implementation of getInfo().
File
- modules/
order/ tests/ commerce_order.rules.test, line 16 - Unit tests for order rules.
Class
- CommerceOrderRulesTest
- Test order rules.
Code
public static function getInfo() {
return array(
'name' => 'Order Rules',
'description' => 'Test the rules provided by the order module.',
'group' => 'Drupal Commerce',
);
}