public static function CommercePayleapTest::getInfo in Commerce Payleap 7
Implementation of getInfo().
File
- tests/
commerce_payleap.test, line 21 - Functional tests for the commerce payment module user interface.
Class
- CommercePayleapTest
- Test payment user interface.
Code
public static function getInfo() {
return array(
'name' => 'PayLeap transaction test',
'description' => 'Test PayLeap service.',
'group' => 'Drupal Commerce PayLeap',
);
}