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